Home
last modified time | relevance | path

Searched refs:sh_pipe (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h208 extern int sh_pipe(int[]);
240 # define pipe(a) sh_pipe(a)
/illumos-gate/usr/src/cmd/ast/libshell/
H A Dmapfile-vers73 sh_pipe;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c787 # define sh_pipe(a) sh_rpipe(a) macro
805 sh_pipe(pv); in sh_argprocsub()
H A Dsubshell.c142 sh_pipe(fds); in sh_subtmpfile()
H A Dio.c895 int sh_pipe(register int pv[]) in sh_pipe() function
913 return sh_pipe(pv); in sh_rpipe()
H A Dxec.c2130 sh_pipe(pvn); in sh_exec()
3642 sh_pipe(shp->cpipe); in coproc_init()
3667 sh_pipe(shp->inpipe=pipes); in coproc_init()