Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c68 #define tpeek(cf) ((reject) ? (symbol) : (REJECT, symbol = yylex(cf))) macro
79 c = tpeek(0); in yyparse()
173 if (tpeek(cf) != REDIR) in synio()
256 switch (tpeek(cf)) { in get_command()
570 while ((tpeek(CONTIN|KEYWORD|ESACONLY)) != c) { /* no ALIAS here */ in caselist()
603 if ((tpeek(CONTIN|KEYWORD|ALIAS)) != endtok) in casepart()
633 if (tpeek(CONTIN|KEYWORD|ALIAS) == '(' /* ) */) { in function_body()
928 int c = tpeek(ARRAYVAR | (meta == TM_BINOP ? 0 : CONTIN)); in dbtestp_isa()
972 int c = tpeek(ARRAYVAR); in dbtestp_getopnd()