Searched refs:num_other (Results 1 – 3 of 3) sorted by relevance
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;[all …]
24 int *num_other);
24 int num_other; in test__expr() local53 expr__find_other("FOO + BAR + BAZ + BOZO", "FOO", &other, &num_other) == 0); in test__expr()54 TEST_ASSERT_VAL("find other", num_other == 3); in test__expr()