Searched refs:_L_FLAG (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/include/linux/ |
D | tty.h | 55 #define _L_FLAG(tty, f) ((tty)->termios.c_lflag & (f)) macro 100 #define L_ISIG(tty) _L_FLAG((tty), ISIG) 101 #define L_ICANON(tty) _L_FLAG((tty), ICANON) 102 #define L_XCASE(tty) _L_FLAG((tty), XCASE) 103 #define L_ECHO(tty) _L_FLAG((tty), ECHO) 104 #define L_ECHOE(tty) _L_FLAG((tty), ECHOE) 105 #define L_ECHOK(tty) _L_FLAG((tty), ECHOK) 106 #define L_ECHONL(tty) _L_FLAG((tty), ECHONL) 107 #define L_NOFLSH(tty) _L_FLAG((tty), NOFLSH) 108 #define L_TOSTOP(tty) _L_FLAG((tty), TOSTOP) [all …]
|