Home
last modified time | relevance | path

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

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