Lines Matching refs:num_other
187 int num_other)
193 for (i = 0; i < num_other; i++)
204 int num_other;
210 num_other = 0;
218 if (tok == ID && !already_seen(val.id, one, *other, num_other)) {
219 if (num_other >= EXPR_MAX_OTHER - 1) {
223 (*other)[num_other] = strdup(val.id);
224 if (!(*other)[num_other])
226 num_other++;
229 (*other)[num_other] = NULL;
230 *num_otherp = num_other;