Searched refs:tokidx (Results 1 – 1 of 1) sorted by relevance
49 static int tokidx; variable221 tokidx = 0; in reset_scanner()336 if ((tokidx + 1) >= toksz) { in add_tok()340 tokidx = 0; in add_tok()346 token[tokidx++] = (char)c; in add_tok()347 token[tokidx] = 0; in add_tok()518 tokidx = 0; in get_symbol()554 tokidx = 0; in get_symbol()573 int len = tokidx; in consume_token()576 tokidx = 0; in consume_token()[all …]