Home
last modified time | relevance | path

Searched refs:dict_dir (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/pspell/
H A Dpspell.c188 TCHAR dict_dir[220]; in PHP_FUNCTION() local
215 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
216 strlcat(dict_dir, "\\dict", sizeof(dict_dir)); in PHP_FUNCTION()
219 pspell_config_replace(config, "dict-dir", dict_dir); in PHP_FUNCTION()
281 TCHAR dict_dir[220]; in PHP_FUNCTION() local
308 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
309 strlcat(dict_dir, "\\dict", sizeof(dict_dir)); in PHP_FUNCTION()
312 pspell_config_replace(config, "dict-dir", dict_dir); in PHP_FUNCTION()
576 TCHAR dict_dir[220]; in PHP_FUNCTION() local
600 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
[all …]

Completed in 9 milliseconds