Home
last modified time | relevance | path

Searched refs:sh_rpipe (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dio.h76 extern int sh_rpipe(int[]);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c787 # define sh_pipe(a) sh_rpipe(a)
H A Dio.c911 int sh_rpipe(register int pv[]) in sh_rpipe() function
918 int sh_rpipe(register int pv[]) in sh_rpipe() function
H A Dxec.c115 if(sh_rpipe(subpipe) < 0) in iousepipe()