aspell_dir        269 ext/pspell/pspell.c 	TCHAR aspell_dir[200];
aspell_dir        293 ext/pspell/pspell.c 		dwLen = sizeof(aspell_dir) - 1;
aspell_dir        294 ext/pspell/pspell.c 		result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen);
aspell_dir        297 ext/pspell/pspell.c 			strlcpy(data_dir, aspell_dir, sizeof(data_dir));
aspell_dir        299 ext/pspell/pspell.c 			strlcpy(dict_dir, aspell_dir, sizeof(dict_dir));
aspell_dir        366 ext/pspell/pspell.c 	TCHAR aspell_dir[200];
aspell_dir        390 ext/pspell/pspell.c 		dwLen = sizeof(aspell_dir) - 1;
aspell_dir        391 ext/pspell/pspell.c 		result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen);
aspell_dir        394 ext/pspell/pspell.c 			strlcpy(data_dir, aspell_dir, sizeof(data_dir));
aspell_dir        396 ext/pspell/pspell.c 			strlcpy(dict_dir, aspell_dir, sizeof(dict_dir));
aspell_dir        692 ext/pspell/pspell.c 	TCHAR aspell_dir[200];
aspell_dir        712 ext/pspell/pspell.c 		dwLen = sizeof(aspell_dir) - 1;
aspell_dir        713 ext/pspell/pspell.c 		result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen);
aspell_dir        716 ext/pspell/pspell.c 			strlcpy(data_dir, aspell_dir, sizeof(data_dir));
aspell_dir        718 ext/pspell/pspell.c 			strlcpy(dict_dir, aspell_dir, sizeof(dict_dir));