Searched refs:L_ISIG (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/tty/
H A Dn_tty.c1284 if (L_ISIG(tty)) { n_tty_receive_char_special()
1825 I_IXON(tty) || L_ISIG(tty) || L_ECHO(tty) || n_tty_set_termios()
1853 if (L_ISIG(tty)) { n_tty_set_termios()
/linux-4.4.14/include/linux/
H A Dtty.h170 #define L_ISIG(tty) _L_FLAG((tty), ISIG) macro

Completed in 100 milliseconds