HKEY_LOCAL_MACHINE  295 ext/pspell/pspell.c 	if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) {
HKEY_LOCAL_MACHINE  392 ext/pspell/pspell.c 	if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) {
HKEY_LOCAL_MACHINE  711 ext/pspell/pspell.c 	if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) {
HKEY_LOCAL_MACHINE   59 win32/registry.c 			ret = RegOpenKeyEx(HKEY_LOCAL_MACHINE, reg_key, 0, KEY_READ, hKey);
HKEY_LOCAL_MACHINE   69 win32/registry.c 			if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, *key_name, 0, KEY_READ, hKey) == ERROR_SUCCESS) {