Lines Matching refs:num_other
185 int num_other)
191 for (i = 0; i < num_other; i++)
202 int num_other;
208 num_other = 0;
216 if (tok == ID && !already_seen(val.id, one, *other, num_other)) {
217 if (num_other >= EXPR_MAX_OTHER - 1) {
221 (*other)[num_other] = strdup(val.id);
222 if (!(*other)[num_other])
224 num_other++;
227 (*other)[num_other] = NULL;
228 *num_otherp = num_other;