Searched defs:topfd (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dfault.h98 int topfd; member in struct:checkpt
109 (bp)->topfd=sh.topfd, (bp)->prev=sh.jmplist, \
/illumos-gate/usr/src/cmd/sh/
H A Dio.c42 short topfd; variable
402 for (i = topfd - 1; i >= last; i--) {
408 topfd = last;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c552 sh_iosave(shp,0,shp->topfd,(char*)0);
553 sh_iosave(shp,1,shp->topfd,(char*)0);
570 sh_iorestore(shp,buff.topfd,jmpval);
671 int topfd = shp->topfd; local
1075 if((shp->topfd>topfd) && !(shp->subshell && np==SYSEXEC))
1076 sh_iorestore(shp,topfd,jmpval);
1130 indx = shp->topfd;
1252 if(shp->topfd > topf
[all...]

Completed in 59 milliseconds