Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtty.h176 #define L_ECHOE(tty) _L_FLAG((tty), ECHOE) macro
/Linux-v5.4/drivers/tty/
Dn_tty.c1000 if (!L_ECHOK(tty) || !L_ECHOKE(tty) || !L_ECHOE(tty)) { in eraser()
1049 } else if (kill_type == ERASE && !L_ECHOE(tty)) { in eraser()