Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtty.h106 #define L_ECHOK(tty) _L_FLAG((tty), ECHOK) macro
/openbmc/linux/drivers/tty/
H A Dn_tty.c974 if (!L_ECHOK(tty) || !L_ECHOKE(tty) || !L_ECHOE(tty)) { in eraser()
979 if (L_ECHOK(tty)) in eraser()