Home
last modified time | relevance | path

Searched refs:VALID_PASSWORD_CHAR (Results 1 – 4 of 4) sorted by relevance

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dloginwin.h22 #define VALID_PASSWORD_CHAR(ch) (ch>=33 && ch<126) macro
H A Dloginwin.c558 return VALID_PASSWORD_CHAR(key_unicode) ? KP_INPUT : special_keypress_ok(key_code); in password_keypress_ok()
743 if (!(VALID_PASSWORD_CHAR(active_password_str[i]))) in valid_username_password()
H A Dpassword_manager.cpp142 if (!VALID_PASSWORD_CHAR(c)) in is_valid_password()
H A Dnew_character.c827 if (VALID_PASSWORD_CHAR(ch)) retval=1; in check_character()