Home
last modified time | relevance | path

Searched refs:reset_tio (Results 1 – 7 of 7) sorted by relevance

/dports/mail/heirloom-mailx/mailx-12.4/
H A Dpop3.c79 static int reset_tio; variable
181 if (reset_tio) in pop3catch()
319 if ((pass = getpassword(&otio, &reset_tio, NULL)) == NULL) in pop3_apop()
411 if ((pass = getpassword(&otio, &reset_tio, NULL)) == NULL) in pop3_user()
H A Daux.c816 getpassword(struct termios *otio, int *reset_tio, const char *query) in getpassword() argument
829 *reset_tio = 1; in getpassword()
837 *reset_tio = 0; in getpassword()
H A Dopenssl.c55 static int reset_tio; variable
127 if (reset_tio) in sslcatch()
920 pass = getpassword(&otio, &reset_tio, "PEM pass phrase:"); in ssl_password_cb()
H A Dnss.c51 static int reset_tio; variable
120 pass = getpassword(&otio, &reset_tio, arg); in password_cb()
1116 if (reset_tio) in nsscatch()
H A Dsendout.c834 int reset_tio; in start_mta() local
854 password = getpassword(&otio, &reset_tio, NULL); in start_mta()
H A Dextern.h75 char *getpassword(struct termios *otio, int *reset_tio, const char *query);
H A Dimap.c171 static int reset_tio; variable
556 if (reset_tio) in imapcatch()
875 if ((pass = getpassword(&otio, &reset_tio, NULL)) == NULL) in imap_cram_md5()
909 if ((pass = getpassword(&otio, &reset_tio, NULL)) == NULL) in imap_login()