Searched refs:num_tokens (Results 1 – 1 of 1) sorted by relevance
79 parse_token(token_in, must_be_first_char, num_tokens, tokens_out) in parse_token() argument82 int *num_tokens;98 *num_tokens = 0;112 *num_tokens = token_count;134 *num_tokens = token_count;140 num_tokens, type) in check_for_match() argument144 int num_tokens;165 if (found1 && (num_tokens == 1)) return(1);167 if (found1 && (num_tokens > 1)) {169 if (found2 && (found2 > found1) && (num_tokens == 2)) return(1);[all …]