Home | History | Annotate | Download | only in src

Lines Matching defs:redir

173 	if (tpeek(cf) != REDIR)
248 case REDIR:
257 case REDIR:
748 /* Lexical tokens (0[EOF], LWORD and REDIR handled specially) */
780 char redir[6]; /* 2<<- is the longest redirection, I think */
806 case REDIR:
807 s = snptreef(redir, sizeof(redir), "%R", yylval.iop);
818 redir[0] = c;
819 redir[1] = '\0';
821 shf_snprintf(redir, sizeof(redir),
823 s = redir;
948 if (meta == TM_BINOP && c == REDIR &&