Searched refs:sh_pipe (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/include/
H A Dshell.h203 extern int sh_pipe(int[]);
237 # define pipe(a) sh_pipe(a)
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h213 extern __MANGLE__ int sh_pipe __PROTO__((int[]));
248 # define pipe(a) sh_pipe(a)
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h213 extern __MANGLE__ int sh_pipe __PROTO__((int[]));
248 # define pipe(a) sh_pipe(a)
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h213 extern __MANGLE__ int sh_pipe __PROTO__((int[]));
248 # define pipe(a) sh_pipe(a)
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h213 extern __MANGLE__ int sh_pipe __PROTO__((int[]));
248 # define pipe(a) sh_pipe(a)
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dargs.c786 # define sh_pipe arg_pipe macro
817 sh_pipe(pv);
H A Dxec.c1450 if(shp->comsub==1 && !(shp->fdstatus[1]&IONOSEEK) && sh_pipe(subpipe)>=0)
1885 if(shp->comsub==1 && !(shp->fdstatus[1]&IONOSEEK) && sh_pipe(subpipe)>=0)
1931 sh_pipe(pvn);
3429 sh_pipe(shp->cpipe);
3454 sh_pipe(shp->inpipe=pipes);
H A Dsubshell.c135 sh_pipe(fds);
H A Dio.c892 int sh_pipe(register int pv[]) function

Completed in 47 milliseconds