Searched refs:lasttoken (Results 1 – 1 of 1) sorted by relevance
93 int lasttoken; /* last token read */ variable333 if (lasttoken == TELSE) in command()347 n1->type = (lasttoken == TWHILE)? NWHILE : NUNTIL; in command()377 if (lasttoken != TNL && lasttoken != TSEMI) in command()392 if (lasttoken != TNL && lasttoken != TSEMI) in command()418 if (lasttoken != TWORD || ! equal(wordtext, "in")) in command()439 if (lasttoken != TRP) { in command()456 } while(lasttoken != TESAC); in command()564 } else if (lasttoken == TREDIR) { in simplecmd()568 } else if (lasttoken == TLP && app == &args->narg.next in simplecmd()[all …]