Searched refs:L_ECHONL (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/linux/ | ||
D | tty.h | 235 #define L_ECHONL(tty) _L_FLAG((tty),ECHONL) macro |
/linux-2.4.37.9/drivers/char/ | ||
D | n_tty.c | 726 if (L_ECHO(tty) || L_ECHONL(tty)) { in n_tty_receive_char() |