Searched refs:lasttoken (Results 1 – 1 of 1) sorted by relevance
11705 static token_id_t lasttoken; /* last token read (integer id Txxx) */ variable11734 l = sprintf(msg, "unexpected %s", tokname(buf, lasttoken)); in raise_error_unexpected_syntax()11770 lasttoken = TEOF; in list()12138 if (lasttoken == TELSE) in parse_command()12150 n1->type = (lasttoken == TWHILE) ? NWHILE : NUNTIL; in parse_command()12183 if (lasttoken != TNL && lasttoken != TSEMI) in parse_command()12196 if (lasttoken != TSEMI) in parse_command()12224 if (lasttoken == TLP) in parse_command()12241 if (lasttoken != TRP) in parse_command()12604 lasttoken = TREDIR; in readtoken1()[all …]