Searched refs:sh_redirect (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | io.h | 82 extern int sh_redirect(Shell_t*,struct ionod*,int);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 908 int savein, fd = sh_redirect(shp,iop,3); in openstream() 1084 sh_redirect(shp,io,0); in sh_exec() 1250 sh_redirect(shp,io,SH_SHOWME); in sh_exec() 1352 sh_redirect(shp,io,type); in sh_exec() 1552 indx = sh_redirect(shp,io,execflg); in sh_exec() 1854 sh_redirect(shp,t->tre.treio,1); in sh_exec() 1909 sh_redirect(shp,t->fork.forkio,0); in sh_exec() 1941 sh_redirect(shp,t->fork.forkio,execflg); in sh_exec() 2404 sh_redirect(shp,tt->com.comio,0); in sh_exec() 3860 sh_redirect(shp,t->fork.forkio,0); in sh_ntfork() [all …]
|
H A D | io.c | 1156 int sh_redirect(Shell_t *shp,struct ionod *iop, int flag) in sh_redirect() function
|
H A D | macro.c | 2129 fd = sh_redirect(mp->shp,ip,3); in comsubst()
|