Searched refs:sh_redirect (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | io.h | 78 extern int sh_redirect(Shell_t*,struct ionod*,int);
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 863 sh_redirect(shp,io,SH_SHOWME); in sh_exec() 957 sh_redirect(shp,io,type); in sh_exec() 1137 indx = sh_redirect(shp,io,execflg); in sh_exec() 1336 sh_redirect(shp,t->tre.treio,1); in sh_exec() 1412 sh_redirect(shp,t->fork.forkio,execflg); in sh_exec() 1734 fd = sh_redirect(shp,tt->com.comio,3); in sh_exec() 3057 sh_redirect(shp,t->fork.forkio,0); in sh_ntfork() 3138 sh_redirect(shp,t->com.comio,0); in sh_ntfork()
|
H A D | io.c | 960 int sh_redirect(Shell_t *shp,struct ionod *iop, int flag) in sh_redirect() function
|
H A D | macro.c | 1983 fd = sh_redirect(mp->shp,ip,3); in comsubst()
|