Searched refs:_L_FLAG (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | tty.h | 104 #define _L_FLAG(tty, f) ((tty)->termios.c_lflag & (f)) macro 149 #define L_ISIG(tty) _L_FLAG((tty), ISIG) 150 #define L_ICANON(tty) _L_FLAG((tty), ICANON) 151 #define L_XCASE(tty) _L_FLAG((tty), XCASE) 152 #define L_ECHO(tty) _L_FLAG((tty), ECHO) 153 #define L_ECHOE(tty) _L_FLAG((tty), ECHOE) 154 #define L_ECHOK(tty) _L_FLAG((tty), ECHOK) 155 #define L_ECHONL(tty) _L_FLAG((tty), ECHONL) 156 #define L_NOFLSH(tty) _L_FLAG((tty), NOFLSH) 157 #define L_TOSTOP(tty) _L_FLAG((tty), TOSTOP) [all …]
|