aspell_dir        273 ext/pspell/pspell.c 	TCHAR aspell_dir[200];
aspell_dir        297 ext/pspell/pspell.c 		dwLen = sizeof(aspell_dir) - 1;
aspell_dir        298 ext/pspell/pspell.c 		result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen);
aspell_dir        301 ext/pspell/pspell.c 			strlcpy(data_dir, aspell_dir, sizeof(data_dir));
aspell_dir        303 ext/pspell/pspell.c 			strlcpy(dict_dir, aspell_dir, sizeof(dict_dir));
aspell_dir        370 ext/pspell/pspell.c 	TCHAR aspell_dir[200];
aspell_dir        394 ext/pspell/pspell.c 		dwLen = sizeof(aspell_dir) - 1;
aspell_dir        395 ext/pspell/pspell.c 		result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen);
aspell_dir        398 ext/pspell/pspell.c 			strlcpy(data_dir, aspell_dir, sizeof(data_dir));
aspell_dir        400 ext/pspell/pspell.c 			strlcpy(dict_dir, aspell_dir, sizeof(dict_dir));
aspell_dir        693 ext/pspell/pspell.c 	TCHAR aspell_dir[200];
aspell_dir        713 ext/pspell/pspell.c 		dwLen = sizeof(aspell_dir) - 1;
aspell_dir        714 ext/pspell/pspell.c 		result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen);
aspell_dir        717 ext/pspell/pspell.c 			strlcpy(data_dir, aspell_dir, sizeof(data_dir));
aspell_dir        719 ext/pspell/pspell.c 			strlcpy(dict_dir, aspell_dir, sizeof(dict_dir));