Searched refs:L_ECHO (Results 1 – 5 of 5) sorted by relevance
821 if ((!L_ECHO(tty) && !L_ECHONL(tty)) || in flush_echoes()992 if (!L_ECHO(tty)) { in eraser()1031 if (L_ECHO(tty)) { in eraser()1088 if (ldata->read_head == ldata->canon_head && L_ECHO(tty)) in eraser()1248 if (L_ECHO(tty)) { in n_tty_receive_signal_char()1324 if (L_ECHO(tty)) { in n_tty_receive_char_special()1334 if (c == REPRINT_CHAR(tty) && L_ECHO(tty) && L_IEXTEN(tty)) { in n_tty_receive_char_special()1348 if (L_ECHO(tty) || L_ECHONL(tty)) { in n_tty_receive_char_special()1363 if (L_ECHO(tty)) { in n_tty_receive_char_special()1387 if (L_ECHO(tty)) { in n_tty_receive_char_special()[all …]
282 if (!audit_log_tty_passwd && icanon && !L_ECHO(tty)) in tty_audit_add_data()
173 #define L_ECHO(tty) _L_FLAG((tty), ECHO) macro
1293 (tty && !L_ECHO(tty) && tty_chars_in_buffer(tty)))) { in kbd_keycode()
1741 new = L_ECHO(tty) ? TF_INPUT: TF_INPUTN; in tty3270_set_termios()