Lines Matching refs:tpeek
78 #define tpeek(cf) ((reject) ? (symbol) : (REJECT, symbol = yylex(cf)))
95 c = tpeek(0);
193 if (tpeek(cf) != REDIR)
200 } else if (ishere && tpeek(HEREDELIM) == '\n') {
307 switch (tpeek(cf)) {
614 while ((tpeek(CONTIN|KEYWORD|ESACONLY)) != c) {
663 if ((tpeek(CONTIN|KEYWORD|sALIAS)) != endtok)
708 if ((unsigned int)tpeek(CONTIN|KEYWORD|sALIAS) == ORD('(' /*)*/)) {
979 int c = tpeek(CMDASN | (meta == TM_BINOP ? 0 : CONTIN));
1025 int c = tpeek(CMDASN);