Searched refs:lasttoken (Results 1 – 2 of 2) sorted by relevance
96 static int lasttoken; /* last token read */ variable453 if (lasttoken == TELSE) in command()464 t = lasttoken; in command()489 if (lasttoken == TNL) in command()491 else if (lasttoken != TSEMI) in command()507 if (lasttoken != TSEMI) in command()531 while (lasttoken != TESAC) { in command()535 if (lasttoken == TLP) in command()546 if (lasttoken != TRP) in command()655 } else if (lasttoken == TREDIR) { in simplecmd()[all …]
981 struct token *lasttoken; in archive_parse_date() local1040 lasttoken = tokens; in archive_parse_date()1041 while ((lasttoken->token = nexttoken(&p, &lasttoken->value)) != 0) { in archive_parse_date()1042 ++lasttoken; in archive_parse_date()1043 if (lasttoken > tokens + 255) in archive_parse_date()1049 while (gds->tokenp < lasttoken) { in archive_parse_date()