Lines Matching defs:redir
168 if (tpeek(cf) != REDIR)
233 case REDIR:
242 case REDIR:
676 /* Lexical tokens (0[EOF], LWORD and REDIR handled specially) */
710 char redir[6]; /* 2<<- is the longest redirection, I think */
736 case REDIR:
737 s = snptreef(redir, sizeof(redir), "%R", yylval.iop);
748 redir[0] = c;
749 redir[1] = '\0';
751 shf_snprintf(redir, sizeof(redir),
753 s = redir;
887 if (meta == TM_BINOP && c == REDIR