Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c78 #define tpeek(cf) ((reject) ? (symbol) : (REJECT, symbol = yylex(cf))) macro
95 c = tpeek(0); in yyparse()
193 if (tpeek(cf) != REDIR) in synio()
200 } else if (ishere && tpeek(HEREDELIM) == '\n') { in synio()
308 switch (tpeek(cf)) { in get_command()
623 while ((tpeek(CONTIN|KEYWORD|ESACONLY)) != c) { in caselist()
672 if ((tpeek(CONTIN|KEYWORD|sALIAS)) != endtok) in casepart()
717 if ((unsigned int)tpeek(CONTIN|KEYWORD|sALIAS) == ORD('(' /*)*/)) { in function_body()
988 int c = tpeek(CMDASN | (meta == TM_BINOP ? 0 : CONTIN)); in dbtestp_isa()
1034 int c = tpeek(CMDASN); in dbtestp_getopnd()