Searched refs:tokidx (Results 1 – 1 of 1) sorted by relevance
65 static int tokidx; variable239 tokidx = 0; in reset_scanner()357 if ((tokidx + 1) >= toksz) { in add_tok()361 tokidx = 0; in add_tok()367 token[tokidx++] = (char)c; in add_tok()368 token[tokidx] = 0; in add_tok()539 tokidx = 0; in get_symbol()575 tokidx = 0; in get_symbol()594 int len = tokidx; in consume_token()597 tokidx = 0; in consume_token()[all …]