Searched refs:sh_iosave (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libshell/common/include/
H A Dio.h79 extern void sh_iosave(Shell_t *, int,int,char*);
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dio.c1113 sh_iosave(shp,toclose,indx,(char*)0); /* save file descriptor */
1290 sh_iosave(shp,fn,indx,tname?fname:(trunc?Empty:0));
1293 sh_iosave(shp,fn,indx|IOSUBSHELL,tname?fname:0);
1419 void sh_iosave(Shell_t *shp, register int origfd, int oldtop, char *name) function
H A Dxec.c552 sh_iosave(shp,0,shp->topfd,(char*)0);
553 sh_iosave(shp,1,shp->topfd,(char*)0);
1394 sh_iosave(shp,0,shp->topfd,(char*)0);
3036 sh_iosave(shp,0,buff.topfd,(char*)0);
3043 sh_iosave(shp,0,buff.topfd,(char*)0);
3050 sh_iosave(shp,1,buff.topfd,(char*)0);
H A Dargs.c829 sh_iosave(shp,-pv[fd], shp->topfd, (char*)0);

Completed in 118 milliseconds