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

/ast/src/cmd/ksh93/include/
H A Dio.h52 #define IOCLOSE (IOSEEK|IONOSEEK) macro
/ast/src/cmd/ksh93/sh/
H A Dio.c524 if(status==IOCLOSE)
666 if(shp->fdstatus[f1]!=IOCLOSE)
702 shp->fdstatus[fd] = IOCLOSE;
817 if((mode=sh_iocheckfd(shp,fd))==IOCLOSE)
881 shp->fdstatus[fdold] = IOCLOSE;
1418 if(r==IOCLOSE)
1800 shp->fdstatus[origfd] = IOCLOSE;
1826 if((flags=sh_iocheckfd(shp,fd))!=IOCLOSE)
2038 if((n=shp->fdstatus[fd])&IOCLOSE)
2044 return(shp->fdstatus[fd]=IOCLOSE);
[all...]
H A Dsubshell.c162 shp->fdstatus[fd] = IOCLOSE;
687 shp->fdstatus[1] = IOCLOSE;
H A Dxec.c3630 shp->fdstatus[outfd] = IOCLOSE;

Completed in 27 milliseconds