Searched refs:token_cnt (Results 1 – 1 of 1) sorted by relevance
67 unsigned int token_cnt = 0; in tokenize() local76 token_cnt += new_tok(&last, &expr[j], i - j); in tokenize()77 token_cnt += new_tok(&last, &expr[i], 1); in tokenize()82 token_cnt += new_tok(&last, &expr[j], i - j); in tokenize()97 token_cnt += new_tok(&last, &expr[j], i - j); in tokenize()99 return token_cnt; in tokenize()