Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c524 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 …]
H A Dsubshell.c164 shp->fdstatus[fd] = IOCLOSE; in sh_subtmpfile()
692 shp->fdstatus[1] = IOCLOSE; in sh_subshell()
H A Dxec.c3652 shp->fdstatus[outfd] = IOCLOSE; in coproc_init()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dio.h55 #define IOCLOSE (IOSEEK|IONOSEEK) macro