Home
last modified time | relevance | path

Searched refs:sh_iorestore (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/include/
H A Dio.h73 extern void sh_iorestore(Shell_t*,int,int);
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dxec.c570 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 Dmain.c440 sh_iorestore((void*)shp,0,jmpval); in exfile()
H A Dsubshell.c727 sh_iorestore(shp,buff.topfd|IOSUBSHELL,jmpval); in sh_subshell()
H A Dio.c1522 void sh_iorestore(Shell_t *shp, int last, int jmpval) in sh_iorestore() function