Searched refs:echo_off (Results 1 – 9 of 9) sorted by relevance
152 int echo_off; in pam_tty_conv() local171 echo_off = 0; in pam_tty_conv()175 echo_off = 1; in pam_tty_conv()181 r->resp = getinput(echo_off); in pam_tty_conv()
149 void echo_off(void);
287 echo_off();439 echo_off() in echo_off() function
178 echo_off(); in a_print()
476 echo_off(); in d_print()
179 echo_off(); in c_disk()
566 int echo_off = 0; in vt_conv() local588 echo_off = 1; in vt_conv()594 r->resp = vt_getinput(echo_off); in vt_conv()
862 echo_off(); in caserd()1333 echo_off() /*turn off ECHO for .rd in "-q" mode*/ in echo_off() function
153 int32_t echo_off = 0; in get_passwd() local175 echo_off = tcsetattr(fileno(in), TCSAFLUSH, &tio) == 0; in get_passwd()221 if (echo_off) in get_passwd()