Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c79 #define tpeek(cf) ((reject) ? (symbol) : (REJECT, symbol = yylex(cf))) macro
93 c = tpeek(0); in yyparse()
191 if (tpeek(cf) != REDIR) in synio()
198 } else if (ishere && tpeek(HEREDELIM) == '\n') { in synio()
302 switch (tpeek(cf)) { in get_command()
615 while ((tpeek(CONTIN|KEYWORD|ESACONLY)) != c) { in caselist()
664 if ((tpeek(CONTIN|KEYWORD|sALIAS)) != endtok) in casepart()
709 if (tpeek(CONTIN|KEYWORD|sALIAS) == '(' /*)*/) { in function_body()
1003 int c = tpeek(CMDASN | (meta == TM_BINOP ? 0 : CONTIN)); in dbtestp_isa()
1049 int c = tpeek(CMDASN); in dbtestp_getopnd()