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