Home
last modified time | relevance | path

Searched refs:L_ISIG (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/tty/
Dn_tty.c1287 if (L_ISIG(tty)) { in n_tty_receive_char_special()
1819 I_IXON(tty) || L_ISIG(tty) || L_ECHO(tty) || in n_tty_set_termios()
1847 if (L_ISIG(tty)) { in n_tty_set_termios()
Dtty_ioctl.c502 if (L_ISIG(tty)) in get_sgflags()
/Linux-v5.10/include/linux/
Dtty.h172 #define L_ISIG(tty) _L_FLAG((tty), ISIG) macro