Home
last modified time | relevance | path

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

/PHP-8.0/ext/pspell/
H A Dpspell.c119 TCHAR dict_dir[220]; in PHP_FUNCTION() local
147 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
148 strlcat(dict_dir, "\\dict", sizeof(dict_dir)); in PHP_FUNCTION()
151 pspell_config_replace(config, "dict-dir", dict_dir); in PHP_FUNCTION()
215 TCHAR dict_dir[220]; in PHP_FUNCTION() local
243 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
244 strlcat(dict_dir, "\\dict", sizeof(dict_dir)); in PHP_FUNCTION()
247 pspell_config_replace(config, "dict-dir", dict_dir); in PHP_FUNCTION()
529 TCHAR dict_dir[220]; in PHP_FUNCTION() local
553 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
[all …]

Completed in 5 milliseconds