Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtty.h105 #define L_ECHOE(tty) _L_FLAG((tty), ECHOE) macro
/openbmc/linux/drivers/tty/
H A Dn_tty.c974 if (!L_ECHOK(tty) || !L_ECHOKE(tty) || !L_ECHOE(tty)) { in eraser()
1023 } else if (kill_type == ERASE && !L_ECHOE(tty)) { in eraser()