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