HomeSort by: relevance | last modified time | path
    Searched defs:shredir (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
show.c 105 static void shredir(union node *, TFILE *, int);
394 shredir(n->nredir.redirect, fp, n->nredir.n == NULL);
559 shredir(cmd->ncmd.redirect, fp, first);
568 shredir(cmd->ncmd.redirect, fp, 1);
572 shredir(union node *np, TFILE *fp, int first) function in typeref:typename:void
show.c 105 static void shredir(union node *, TFILE *, int);
394 shredir(n->nredir.redirect, fp, n->nredir.n == NULL);
559 shredir(cmd->ncmd.redirect, fp, first);
568 shredir(cmd->ncmd.redirect, fp, 1);
572 shredir(union node *np, TFILE *fp, int first) function in typeref:typename:void

Completed in 21 milliseconds