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()1243 if (L_ECHO(tty)) { in n_tty_receive_signal_char()1319 if (L_ECHO(tty)) { in n_tty_receive_char_special()1329 if (c == REPRINT_CHAR(tty) && L_ECHO(tty) && L_IEXTEN(tty)) { in n_tty_receive_char_special()1343 if (L_ECHO(tty) || L_ECHONL(tty)) { in n_tty_receive_char_special()1358 if (L_ECHO(tty)) { in n_tty_receive_char_special()1382 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
1395 (tty && !L_ECHO(tty) && tty_chars_in_buffer(tty)))) { in kbd_keycode()
1745 new = L_ECHO(tty) ? TF_INPUT: TF_INPUTN; in tty3270_set_termios()