Searched refs:L_ECHO (Results 1 – 6 of 6) sorted by relevance
163 if (L_ICANON(tty) && !L_ECHO(tty)) in zero_buffer()806 if ((!L_ECHO(tty) && !L_ECHONL(tty)) || in flush_echoes()970 if (!L_ECHO(tty)) { in eraser()1010 if (L_ECHO(tty)) { in eraser()1067 if (ldata->read_head == ldata->canon_head && L_ECHO(tty)) in eraser()1216 if (L_ECHO(tty)) { in n_tty_receive_signal_char()1288 if (L_ECHO(tty)) { in n_tty_receive_char_canon()1300 if (c == REPRINT_CHAR(tty) && L_ECHO(tty) && L_IEXTEN(tty)) { in n_tty_receive_char_canon()1316 if (L_ECHO(tty) || L_ECHONL(tty)) { in n_tty_receive_char_canon()1337 if (L_ECHO(tty)) { in n_tty_receive_char_canon()[all …]
221 if ((~audit_tty & AUDIT_TTY_LOG_PASSWD) && icanon && !L_ECHO(tty)) in tty_audit_add_data()
577 if (L_ECHO(tty)) in get_sgflags()
104 #define L_ECHO(tty) _L_FLAG((tty), ECHO) macro
1462 (tty && !L_ECHO(tty) && tty_chars_in_buffer(tty)))) { in kbd_keycode()
1866 new = L_ECHO(tty) ? TF_INPUT : TF_INPUTN; in tty3270_set_termios()