Searched refs:_CONTROL (Results 1 – 2 of 2) sorted by relevance
80 #define _CONTROL(c) \ macro82 #define CEOF _CONTROL('D')85 #define CERASE2 _CONTROL('H')86 #define CINTR _CONTROL('C')87 #define CSTATUS _CONTROL('T')88 #define CKILL _CONTROL('U')91 #define CSUSP _CONTROL('Z')93 #define CDSUSP _CONTROL('Y')94 #define CSTART _CONTROL('Q')95 #define CSTOP _CONTROL('S')[all …]
1260 tp->t_termios.c_cc[VSTOP] == _CONTROL('S') && in tty_generic_ioctl()1261 tp->t_termios.c_cc[VSTART] == _CONTROL('Q')) in tty_generic_ioctl()
Completed in 6 milliseconds