HKEY_LOCAL_MACHINE  291 ext/pspell/pspell.c 	if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) {
HKEY_LOCAL_MACHINE  388 ext/pspell/pspell.c 	if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) {
HKEY_LOCAL_MACHINE  710 ext/pspell/pspell.c 	if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) {
HKEY_LOCAL_MACHINE   41 win32/registry.c 			ret = RegOpenKeyEx(HKEY_LOCAL_MACHINE, reg_key, 0, KEY_READ, hKey);
HKEY_LOCAL_MACHINE   51 win32/registry.c 			if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, *key_name, 0, KEY_READ, hKey) == ERROR_SUCCESS) {