Home | History | Annotate | Download | only in sh

Lines Matching defs:redir

51 #include "redir.h"	/* defines copyfd() */
293 union node *redir, **rpp;
297 redir = NULL;
299 rpp = &redir;
482 if (!redir)
491 n1 = simplecmd(rpp, redir);
506 if (redir) {
513 n1->nredir.redirect = redir;
529 simplecmd(union node **rpp, union node *redir)
537 /* rpp to be the address of the local redir variable. */
538 if (redir == 0)
539 rpp = &redir;
591 n->ncmd.redirect = redir;
619 TRACE(("Fix redir %s %d\n", text, err));