Searched refs:tokc (Results 1 – 1 of 1) sorted by relevance
85 JSToken tokc; variable155 if (tokc.tok != ' ' && tokc.tok != '\t' && in skip_blanks()156 tokc.tok != TOK_COM && tokc.tok != TOK_LCOM) in skip_blanks()220 tok_reset(&tokc); in next()222 tokc.lines = 0; in next()225 tokc.tok = TOK_EOF; in next()251 tokc.tok = '.'; in next()444 tokc.line_num--; in next()445 tokc.lines++; in next()448 tokc.tok = ch; in next()[all …]
Completed in 8 milliseconds