Lines Matching defs:redir
190 if (tpeek(cf) != REDIR)
293 case REDIR:
311 case REDIR:
820 /* Lexical tokens (0[EOF], LWORD and REDIR handled specially) */
856 char redir[8];
882 case REDIR:
883 s = snptreef(redir, sizeof(redir), "%R", yylval.iop);
894 redir[0] = c;
895 redir[1] = '\0';
897 shf_snprintf(redir, sizeof(redir),
899 s = redir;
1029 if (meta == TM_BINOP && c == REDIR &&