Searched refs:sh_iorestore (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | io.h | 73 extern void sh_iorestore(Shell_t*,int,int);
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 570 sh_iorestore(shp,buff.topfd,jmpval); in pipe_exec() 1076 sh_iorestore(shp,topfd,jmpval); in sh_exec() 1145 sh_iorestore(shp,indx,jmpval); in sh_exec() 1253 sh_iorestore(shp,topfd,0); in sh_exec() 1348 sh_iorestore(shp,topfd,SH_JMPCMD); in sh_exec() 1419 sh_iorestore(shp,buff.topfd,jmpval); in sh_exec() 3094 sh_iorestore(shp,buff.topfd,jmpval); in sh_ntfork() 3251 sh_iorestore(shp,buff.topfd,jmpval); in sh_ntfork()
|
H A D | main.c | 440 sh_iorestore((void*)shp,0,jmpval); in exfile()
|
H A D | subshell.c | 727 sh_iorestore(shp,buff.topfd|IOSUBSHELL,jmpval); in sh_subshell()
|
H A D | io.c | 1522 void sh_iorestore(Shell_t *shp, int last, int jmpval) in sh_iorestore() function
|