Searched refs:tokidx (Results 1 – 2 of 2) sorted by relevance
48 static int tokidx; variable118 tokidx = 0; in reset_scanner()234 if ((tokidx + 1) >= toksz) { in add_tok()238 tokidx = 0; in add_tok()244 token[tokidx++] = (char)c; in add_tok()245 token[tokidx] = 0; in add_tok()370 tokidx = 0; in get_symbol()394 tokidx = 0; in get_symbol()408 int len = tokidx; in consume_token()411 tokidx = 0; in consume_token()[all …]
49 static int tokidx; variable221 tokidx = 0; in reset_scanner()330 if ((tokidx + 1) >= toksz) { in add_tok()337 token[tokidx++] = (char)c; in add_tok()338 token[tokidx] = 0; in add_tok()500 tokidx = 0; in get_symbol()536 tokidx = 0; in get_symbol()555 int len = tokidx; in consume_token()558 tokidx = 0; in consume_token()616 tokidx = 0; in consume_token()[all …]