Searched refs:IOCLOSE (Results 1 – 4 of 4) sorted by relevance
479 if(status==IOCLOSE) in sh_iostream()633 sh.fdstatus[fd] = IOCLOSE; in sh_close()737 if((mode=sh_iocheckfd(shp,fd))==IOCLOSE) in sh_open()796 sh.fdstatus[fdold] = IOCLOSE; in sh_iomovefd()1221 if(r==IOCLOSE) in sh_redirect()1567 shp->fdstatus[origfd] = IOCLOSE; in sh_iorestore()1593 if((flags=sh_iocheckfd(shp,fd))!=IOCLOSE) in sh_ioaccess()1797 if((n=sh.fdstatus[fd])&IOCLOSE) in sh_iocheckfd()1803 return(sh.fdstatus[fd]=IOCLOSE); in sh_iocheckfd()1811 return(sh.fdstatus[fd]=IOCLOSE); in sh_iocheckfd()[all …]
116 shp->fdstatus[1] = IOCLOSE; in sh_subtmpfile()137 shp->fdstatus[fd] = IOCLOSE; in sh_subtmpfile()143 if(sp && (shp->fdstatus[1]==IOCLOSE || (!shp->subshare && !(shp->fdstatus[1]&IONOSEEK)))) in sh_subtmpfile()629 shp->fdstatus[1] = IOCLOSE; in sh_subshell()
2845 shp->fdstatus[outfd] = IOCLOSE; in coproc_init()
52 #define IOCLOSE (IOSEEK|IONOSEEK) macro