Lines Matching refs:tIOC
105 #ifndef tIOC
106 #define tIOC ('t'<<8) macro
112 #define TIOCGETD (tIOC|0)
113 #define TIOCSETD (tIOC|1)
115 #define TIOCHPCL (tIOC|2)
116 #define TIOCGETP (tIOC|8)
117 #define TIOCSETP (tIOC|9)
119 #define TIOCSETN (tIOC|10)
121 #define TIOCEXCL (tIOC|13)
122 #define TIOCNXCL (tIOC|14)
124 #define TIOCFLUSH (tIOC|16)
125 #define TIOCSETC (tIOC|17)
126 #define TIOCGETC (tIOC|18)
129 #define TIOCLBIS (tIOC|127) /* bis local mode bits */
130 #define TIOCLBIC (tIOC|126) /* bic local mode bits */
131 #define TIOCLSET (tIOC|125) /* set entire local mode word */
132 #define TIOCLGET (tIOC|124) /* get local modes */
133 #define TIOCSBRK (tIOC|123) /* set break bit */
134 #define TIOCCBRK (tIOC|122) /* clear break bit */
135 #define TIOCSDTR (tIOC|121) /* set data terminal ready */
136 #define TIOCCDTR (tIOC|120) /* clear data terminal ready */
137 #define TIOCSLTC (tIOC|117) /* set local special chars */
138 #define TIOCGLTC (tIOC|116) /* get local special chars */
139 #define TIOCOUTQ (tIOC|115) /* driver output queue size */
140 #define TIOCNOTTY (tIOC|113) /* void tty association */
141 #define TIOCSTOP (tIOC|111) /* stop output, like ^S */
142 #define TIOCSTART (tIOC|110) /* start output, like ^Q */
144 #define TIOCREMOTE (tIOC|30) /* remote input editing */