Searched refs:L_ECHO (Results 1 – 6 of 6) sorted by relevance
162 bool no_echo = !L_ECHO(tty); in zero_buffer()820 if ((!L_ECHO(tty) && !L_ECHONL(tty)) || in flush_echoes()993 if (!L_ECHO(tty)) { in eraser()1033 if (L_ECHO(tty)) { in eraser()1090 if (ldata->read_head == ldata->canon_head && L_ECHO(tty)) in eraser()1243 if (L_ECHO(tty)) { in n_tty_receive_signal_char()1314 if (L_ECHO(tty)) { in n_tty_receive_char_special()1324 if (c == REPRINT_CHAR(tty) && L_ECHO(tty) && L_IEXTEN(tty)) { in n_tty_receive_char_special()1338 if (L_ECHO(tty) || L_ECHONL(tty)) { in n_tty_receive_char_special()1353 if (L_ECHO(tty)) { in n_tty_receive_char_special()[all …]
220 if ((~audit_tty & AUDIT_TTY_LOG_PASSWD) && icanon && !L_ECHO(tty)) in tty_audit_add_data()
486 if (L_ECHO(tty)) in get_sgflags()
104 #define L_ECHO(tty) _L_FLAG((tty), ECHO) macro
1450 (tty && !L_ECHO(tty) && tty_chars_in_buffer(tty)))) { in kbd_keycode()
1773 new = L_ECHO(tty) ? TF_INPUT: TF_INPUTN; in tty3270_set_termios()