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