Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dtty.h240 #define L_ECHOKE(tty) _L_FLAG((tty),ECHOKE) macro
/linux-2.4.37.9/drivers/char/
Dn_tty.c405 if (!L_ECHOK(tty) || !L_ECHOKE(tty) || !L_ECHOE(tty)) { in eraser()