Searched refs:L_ECHO (Results 1 – 6 of 6) sorted by relevance
157 if (L_ICANON(tty) && !L_ECHO(tty)) in zero_buffer()785 if ((!L_ECHO(tty) && !L_ECHONL(tty)) || in flush_echoes()949 if (!L_ECHO(tty)) { in eraser()989 if (L_ECHO(tty)) { in eraser()1195 if (L_ECHO(tty)) { in n_tty_receive_signal_char()1267 if (L_ECHO(tty)) { in n_tty_receive_char_canon()1295 if (L_ECHO(tty) || L_ECHONL(tty)) { in n_tty_receive_char_canon()1316 if (L_ECHO(tty)) { in n_tty_receive_char_canon()1375 if (L_ECHO(tty)) { in n_tty_receive_char_special()1415 if (L_ECHO(tty)) { in n_tty_receive_char()[all …]
223 if ((~audit_tty & AUDIT_TTY_LOG_PASSWD) && icanon && !L_ECHO(tty)) in tty_audit_add_data()
569 if (L_ECHO(tty)) in get_sgflags()
103 #define L_ECHO(tty) _L_FLAG((tty), ECHO) macro
1460 (tty && !L_ECHO(tty) && tty_chars_in_buffer(tty)))) { in kbd_keycode()
1867 new = L_ECHO(tty) ? TF_INPUT : TF_INPUTN; in tty3270_set_termios()