Searched refs:sh_iosave (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | io.h | 79 extern void sh_iosave(Shell_t *, int,int,char*);
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 1113 sh_iosave(shp,toclose,indx,(char*)0); /* save file descriptor */ in sh_redirect() 1290 sh_iosave(shp,fn,indx,tname?fname:(trunc?Empty:0)); in sh_redirect() 1293 sh_iosave(shp,fn,indx|IOSUBSHELL,tname?fname:0); in sh_redirect() 1419 void sh_iosave(Shell_t *shp, register int origfd, int oldtop, char *name) in sh_iosave() function
|
H A D | xec.c | 552 sh_iosave(shp,0,shp->topfd,(char*)0); in pipe_exec() 553 sh_iosave(shp,1,shp->topfd,(char*)0); in pipe_exec() 1394 sh_iosave(shp,0,shp->topfd,(char*)0); in sh_exec() 3036 sh_iosave(shp,0,buff.topfd,(char*)0); in sh_ntfork() 3043 sh_iosave(shp,0,buff.topfd,(char*)0); in sh_ntfork() 3050 sh_iosave(shp,1,buff.topfd,(char*)0); in sh_ntfork()
|
H A D | args.c | 829 sh_iosave(shp,-pv[fd], shp->topfd, (char*)0); in sh_argprocsub()
|