Searched refs:L_ECHO (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/tty/
H A Dn_tty.c163 if (L_ICANON(tty) && !L_ECHO(tty))
801 if ((!L_ECHO(tty) && !L_ECHONL(tty)) ||
885 * L_ECHO(tty) is true. Called from the &tty_driver.receive_buf() path.
905 * L_ECHO(tty) is true. Called from the &tty_driver.receive_buf() path.
965 if (!L_ECHO(tty)) {
1005 if (L_ECHO(tty)) {
1062 if (ldata->read_head == ldata->canon_head && L_ECHO(tty))
1211 if (L_ECHO(tty)) {
1283 if (L_ECHO(tty)) {
1295 if (c == REPRINT_CHAR(tty) && L_ECHO(tt
[all...]
H A Dtty_audit.c221 if ((~audit_tty & AUDIT_TTY_LOG_PASSWD) && icanon && !L_ECHO(tty))
H A Dtty_ioctl.c569 if (L_ECHO(tty))
/linux-master/include/linux/
H A Dtty.h103 #define L_ECHO(tty) _L_FLAG((tty), ECHO) macro
/linux-master/drivers/tty/vt/
H A Dkeyboard.c1462 (tty && !L_ECHO(tty) && tty_chars_in_buffer(tty)))) {
/linux-master/drivers/s390/char/
H A Dcon3270.c1866 new = L_ECHO(tty) ? TF_INPUT : TF_INPUTN;

Completed in 146 milliseconds