Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dread.c149 if((name = *argv) && (name=strchr(name,'?')) && (r&IOTTY)) in b_read()
272 if(shp->fdstatus[fd]&IOTTY) in sh_readline()
310 if(timeout || (shp->fdstatus[fd]&(IOTTY|IONOSEEK))) in sh_readline()
714 if(timeout || (shp->fdstatus[fd]&(IOTTY|IONOSEEK))) in sh_readline()
721 if((flags>>D_FLAG) && (shp->fdstatus[fd]&IOTTY)) in sh_readline()
/titanic_50/usr/src/lib/libshell/common/include/
H A Dio.h50 #define IOTTY 040 macro
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dmain.c554 !sferror(sfstderr) && (shp->fdstatus[fno]&IOTTY)) in exfile()
594 (fno<0 || !(shp->fdstatus[fno]&(IOTTY|IONOSEEK))) in exfile()
H A Dio.c515 if(status&IOTTY) in sh_iostream()
1829 n |= IOTTY; in sh_iocheckfd()