_getch 153 srclib/apr/passwd/apr_getpass.c while ((ch = _getch()) != '\r') { _getch 160 srclib/apr/passwd/apr_getpass.c ch = (ch << 4) | _getch();