Searched refs:L_ISIG (Results 1 – 2 of 2) sorted by relevance
1289 if (L_ISIG(tty)) { in n_tty_receive_char_special()1832 I_IXON(tty) || L_ISIG(tty) || L_ECHO(tty) || in n_tty_set_termios()1860 if (L_ISIG(tty)) { in n_tty_set_termios()
170 #define L_ISIG(tty) _L_FLAG((tty), ISIG) macro