Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dread.c152 if((name = *argv) && (name=strchr(name,'?')) && (r&IOTTY)) in b_read()
282 if((shp->fdstatus[fd]&IOTTY) && !keytrap) in sh_readline()
334 if(timeout || (shp->fdstatus[fd]&(IOTTY|IONOSEEK))) in sh_readline()
802 if(timeout || (shp->fdstatus[fd]&(IOTTY|IONOSEEK))) in sh_readline()
809 if((shp->fdstatus[fd]&IOTTY) && !keytrap) in sh_readline()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dio.h53 #define IOTTY 040 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c551 if(status&IOTTY) in sh_iostream()
565 if(status&IOTTY) in sh_iostream()
579 if((status&(IONOSEEK|IOTTY)) == IONOSEEK) in sh_iostream()
2110 n |= IOTTY; in sh_iocheckfd()
H A Dmain.c544 !sferror(sfstderr) && (shp->fdstatus[fno]&IOTTY)) in exfile()