Home
last modified time | relevance | path

Searched refs:L_ECHONL (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dtty.h235 #define L_ECHONL(tty) _L_FLAG((tty),ECHONL) macro
/linux-2.4.37.9/drivers/char/
Dn_tty.c726 if (L_ECHO(tty) || L_ECHONL(tty)) { in n_tty_receive_char()