Home | History | Annotate | Download | only in src

Lines Matching refs:redir

190 	if (tpeek(cf) != REDIR)
285 case REDIR:
294 case REDIR:
797 /* Lexical tokens (0[EOF], LWORD and REDIR handled specially) */
833 char redir[6];
859 case REDIR:
860 s = snptreef(redir, sizeof(redir), "%R", yylval.iop);
871 redir[0] = c;
872 redir[1] = '\0';
874 shf_snprintf(redir, sizeof(redir),
876 s = redir;
1005 if (meta == TM_BINOP && c == REDIR &&