Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c77 #define tpeek(cf) ((reject) ? (symbol) : (REJECT, symbol = yylex(cf))) macro
91 c = tpeek(0); in yyparse()
189 if (tpeek(cf) != REDIR) in synio()
196 } else if (ishere && tpeek(HEREDELIM) == '\n') { in synio()
304 switch (tpeek(cf)) { in get_command()
619 while ((tpeek(CONTIN|KEYWORD|ESACONLY)) != c) { in caselist()
668 if ((tpeek(CONTIN|KEYWORD|sALIAS)) != endtok) in casepart()
713 if (tpeek(CONTIN|KEYWORD|sALIAS) == '(' /*)*/) { in function_body()
984 int c = tpeek(CMDASN | (meta == TM_BINOP ? 0 : CONTIN)); in dbtestp_isa()
1030 int c = tpeek(CMDASN); in dbtestp_getopnd()