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
|