Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dtty.h105 #define L_ECHOE(tty) _L_FLAG((tty), ECHOE) macro
/Linux-v6.6/drivers/tty/
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()