Searched refs:IOTTY (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dio.h50 #define IOTTY 040 macro
/ast/src/cmd/ksh93/bltins/
H A Dread.c152 if((name = *argv) && (name=strchr(name,'?')) && (r&IOTTY))
282 if((shp->fdstatus[fd]&IOTTY) && !keytrap)
334 if(timeout || (shp->fdstatus[fd]&(IOTTY|IONOSEEK)))
801 if(timeout || (shp->fdstatus[fd]&(IOTTY|IONOSEEK)))
808 if((shp->fdstatus[fd]&IOTTY) && !keytrap)
/ast/src/cmd/ksh93/sh/
H A Dmain.c534 !sferror(sfstderr) && (shp->fdstatus[fno]&IOTTY))
575 (fno<0 || !(shp->fdstatus[fno]&(IOTTY|IONOSEEK)))
H A Dio.c551 if(status&IOTTY)
565 if(status&IOTTY)
579 if((status&(IONOSEEK|IOTTY)) == IONOSEEK)
2070 n |= IOTTY;

Completed in 24 milliseconds