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

/ast/src/cmd/ksh93/include/
H A Dio.h49 #define IONOSEEK 020 macro
52 #define IOCLOSE (IOSEEK|IONOSEEK)
/ast/src/cmd/ksh93/sh/
H A Dio.c567 else if(status&IONOSEEK)
579 if((status&(IONOSEEK|IOTTY)) == IONOSEEK)
896 shp->fdstatus[pv[0]] = IONOSEEK|IOREAD;
897 shp->fdstatus[pv[1]] = IONOSEEK|IOWRITE;
919 shp->fdstatus[pv[0]] = IONOSEEK|IOREAD;
920 shp->fdstatus[pv[1]] = IONOSEEK|IOWRITE;
942 shp->fdstatus[pv[out]] |= IONOSEEK;
1415 if(!(r&(IOSEEK|IONOSEEK)))
1426 if(r&IONOSEEK)
[all...]
H A Dmain.c575 (fno<0 || !(shp->fdstatus[fno]&(IOTTY|IONOSEEK)))
H A Dxec.c1600 if(shp->comsub==1 && !(shp->fdstatus[1]&IONOSEEK))
2064 if(shp->comsub==1 && !(shp->fdstatus[1]&IONOSEEK))
/ast/src/cmd/ksh93/bltins/
H A Dread.c147 if(!((r=shp->fdstatus[fd])&IOREAD) || !(r&(IOSEEK|IONOSEEK)))
334 if(timeout || (shp->fdstatus[fd]&(IOTTY|IONOSEEK)))
801 if(timeout || (shp->fdstatus[fd]&(IOTTY|IONOSEEK)))

Completed in 28 milliseconds