Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dsyn.c54 #define tpeek(cf) \ macro
65 c = tpeek(0); in yyparse()
153 if (tpeek(cf) != REDIR) in synio()
223 switch (tpeek(cf)) { in get_command()
491 while ((tpeek(CONTIN|KEYWORD|ESACONLY)) != c) { /* no ALIAS here */ in caselist()
525 if ((tpeek(CONTIN|KEYWORD|ALIAS)) != endtok) in casepart()
830 int c = tpeek(ARRAYVAR | (meta == TM_BINOP ? 0 : CONTIN)); in dbtestp_isa()
872 int c = tpeek(ARRAYVAR); in dbtestp_getopnd()