Searched refs:pipein (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c53 execute(t, wanttty, pipein, pipeout)
55 int wanttty, *pipein, *pipeout;
278 (void) close(pipein[0]);
279 unsetfd(pipein[0]);
280 (void) close(pipein[1]);
281 unsetfd(pipein[1]);
287 doio(t, pipein, pipeout);
327 execute(t->t_dcar, wanttty, pipein, pv);
410 doio(struct command *t, int *pipein, int *pipeout) argument
432 fd = dup(pipein[
[all...]
/illumos-gate/usr/src/cmd/refer/
H A Dinv1.c45 int keepkey = 0, pipein = 0; local
81 pipein = 1;
106 if (pipein) {
133 if (pipein) {
/illumos-gate/usr/src/tools/aw/
H A Daw.c267 filter(int pipein, int pipeout) argument
279 if (dup2(pipein, 0) == -1 ||
384 invoke(char **argv, int pipein, int pipeout) argument
397 if (pipein >= 0 && dup2(pipein, 0) == -1) {
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c37 int pipein = 0; variable
147 pipein++;
206 if (pipein)
216 if (!pipein && !bflag)
275 if (pipein) {
444 if (pipein) {
454 if (pipein)
567 if (!pipein && !bflag && archivefile && (first_time == FT_STATE_1)) {
683 if (pipein) {
1537 if (pipein) {
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Duux.c78 int pipein = 0; local
250 pipein = 1;
448 if (pipein) {

Completed in 64 milliseconds