Searched refs:_S_ITTY (Results 1 – 5 of 5) sorted by relevance
138 if(((pStdOut->f_iflags & _S_ITTY) != 0) && // file is a TTY in IIO_GetCursorPosition()181 if(((filp->f_iflags & _S_ITTY) != 0) && // file is a TTY in IIO_SetCursorPosition()227 if(((pStdOut->f_iflags & _S_ITTY) != 0) && // file is a TTY in IIO_GetOutputSize()
156 if((filp->f_iflags & _S_ITTY) != 0) { in tcgetattr()214 if((filp->f_iflags & _S_ITTY) != 0) { in tcsetattr()
103 #define _S_ITTY 0x00010000 ///< File connects to a TTY device macro129 #define S_ITTY _S_ITTY
136 retval = (Fp->f_iflags & _S_ITTY) ? 1 : 0; in isatty()709 if((oflags & O_TTY_INIT) && (filp->f_iflags & _S_ITTY) && (filp->devdata != NULL)) { in open()
517 filp->f_iflags |= (_S_IFCHR | _S_ITTY | _S_IWTTY | _S_ICONSOLE); in da_ConOpen()