Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtty.h105 #define L_ECHOK(tty) _L_FLAG((tty), ECHOK) macro
/linux/drivers/tty/
H A Dn_tty.c969 if (!L_ECHOK(tty) || !L_ECHOKE(tty) || !L_ECHOE(tty)) { in eraser()
974 if (L_ECHOK(tty)) in eraser()