Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_tty.c1282 if (L_ISIG(tty)) { in n_tty_receive_char_special()
1814 I_IXON(tty) || L_ISIG(tty) || L_ECHO(tty) || in n_tty_set_termios()
1842 if (L_ISIG(tty)) { in n_tty_set_termios()
H A Dtty_ioctl.c457 if (L_ISIG(tty)) in get_sgflags()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h173 #define L_ISIG(tty) _L_FLAG((tty), ISIG) macro