Home
last modified time | relevance | path

Searched refs:lasttoken (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/sh/
H A Dparser.c94 static int lasttoken; /* last token read */ variable
451 if (lasttoken == TELSE) in command()
462 t = lasttoken; in command()
487 if (lasttoken == TNL) in command()
489 else if (lasttoken != TSEMI) in command()
505 if (lasttoken != TSEMI) in command()
529 while (lasttoken != TESAC) { in command()
533 if (lasttoken == TLP) in command()
544 if (lasttoken != TRP) in command()
653 } else if (lasttoken == TREDIR) { in simplecmd()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_getdate.c943 struct token *lasttoken; in __archive_get_date()
995 lasttoken = tokens; in __archive_get_date()
996 while ((lasttoken->token = nexttoken(&p, &lasttoken->value)) != 0) { in __archive_get_date()
997 ++lasttoken; in __archive_get_date()
998 if (lasttoken > tokens + 255) in __archive_get_date()
1004 while (gds->tokenp < lasttoken) { in __archive_get_date()
947 struct token *lasttoken; __archive_get_date() local