Searched refs:sh_redirect (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dio.h79 extern int sh_redirect(Shell_t*,struct ionod*,int);
/ast/src/cmd/ksh93/sh/
H A Dxec.c901 int savein, fd = sh_redirect(shp,iop,3);
1075 sh_redirect(shp,io,0);
1241 sh_redirect(shp,io,SH_SHOWME);
1343 sh_redirect(shp,io,type);
1543 indx = sh_redirect(shp,io,execflg);
1843 sh_redirect(shp,t->tre.treio,1);
1897 sh_redirect(shp,t->fork.forkio,0);
1929 sh_redirect(shp,t->fork.forkio,execflg);
2392 sh_redirect(shp,tt->com.comio,0);
3831 sh_redirect(sh
[all...]
H A Dio.c1134 int sh_redirect(Shell_t *shp,struct ionod *iop, int flag) function

Completed in 25 milliseconds