Searched refs:IONOSEEK (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/include/
H A Dio.h52 #define IONOSEEK 020 macro
55 #define IOCLOSE (IOSEEK|IONOSEEK)
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c561 else if(status&IONOSEEK)
573 if((status&(IONOSEEK|IOTTY)) == IONOSEEK)
902 shp->fdstatus[pv[0]] = IONOSEEK|IOREAD;
903 shp->fdstatus[pv[1]] = IONOSEEK|IOWRITE;
927 shp->fdstatus[pv[out]] |= IONOSEEK;
1407 if(!(r&(IOSEEK|IONOSEEK)))
1418 if(r&IONOSEEK)
1469 if(flag==0 || tname || (flag==1 && fn==1 && (shp->fdstatus[fn]&IONOSEEK) && shp->outpipepid && shp->outpipepid==getpid()))
2031 if(!(n&(IOSEEK|IONOSEEK)))
[all...]
H A Dargs.c798 shp->fdstatus[pv[0]] = IONOSEEK|IOREAD;
799 shp->fdstatus[pv[1]] = IONOSEEK|IOWRITE;
H A Dmain.c602 (fno<0 || !(shp->fdstatus[fno]&(IOTTY|IONOSEEK)))
H A Dxec.c1450 if(shp->comsub==1 && !(shp->fdstatus[1]&IONOSEEK) && sh_pipe(subpipe)>=0)
1885 if(shp->comsub==1 && !(shp->fdstatus[1]&IONOSEEK) && sh_pipe(subpipe)>=0)
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dread.c144 if(!((r=shp->fdstatus[fd])&IOREAD) || !(r&(IOSEEK|IONOSEEK)))
317 if(timeout || (shp->fdstatus[fd]&(IOTTY|IONOSEEK)))
721 if(timeout || (shp->fdstatus[fd]&(IOTTY|IONOSEEK)))

Completed in 1667 milliseconds