Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/sh/
H A Dio.c479 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 …]
H A Dsubshell.c116 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()
H A Dxec.c2845 shp->fdstatus[outfd] = IOCLOSE; in coproc_init()
/titanic_50/usr/src/lib/libshell/common/include/
H A Dio.h52 #define IOCLOSE (IOSEEK|IONOSEEK) macro