Searched refs:IOCLOSE (Results 1 – 4 of 4) sorted by relevance
524 if(status==IOCLOSE) in sh_iostream()673 if(shp->fdstatus[f1]!=IOCLOSE) in sh_iorenumber()709 shp->fdstatus[fd] = IOCLOSE; in sh_close()824 if((mode=sh_iocheckfd(shp,fd))==IOCLOSE) in sh_open()888 shp->fdstatus[fdold] = IOCLOSE; in sh_iomovefd()1444 if(r==IOCLOSE) in sh_redirect()1837 shp->fdstatus[origfd] = IOCLOSE; in sh_iorestore()1863 if((flags=sh_iocheckfd(shp,fd))!=IOCLOSE) in sh_ioaccess()2078 if((n=shp->fdstatus[fd])&IOCLOSE) in sh_iocheckfd()2084 return(shp->fdstatus[fd]=IOCLOSE); in sh_iocheckfd()[all …]
164 shp->fdstatus[fd] = IOCLOSE; in sh_subtmpfile()692 shp->fdstatus[1] = IOCLOSE; in sh_subshell()
3652 shp->fdstatus[outfd] = IOCLOSE; in coproc_init()
55 #define IOCLOSE (IOSEEK|IONOSEEK) macro