Searched refs:num_tokens (Results 1 – 1 of 1) sorted by relevance
77 parse_token(token_in, must_be_first_char, num_tokens, tokens_out) in parse_token() argument80 int *num_tokens;96 *num_tokens = 0;110 *num_tokens = token_count;132 *num_tokens = token_count;138 num_tokens, type) in check_for_match() argument142 int num_tokens;163 if (found1 && (num_tokens == 1)) return(1);165 if (found1 && (num_tokens > 1)) {167 if (found2 && (found2 > found1) && (num_tokens == 2)) return(1);[all …]