Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtty.h107 #define L_ECHONL(tty) _L_FLAG((tty), ECHONL) macro
/openbmc/linux/drivers/tty/
H A Dn_tty.c806 if ((!L_ECHO(tty) && !L_ECHONL(tty)) || in flush_echoes()
1316 if (L_ECHO(tty) || L_ECHONL(tty)) { in n_tty_receive_char_canon()