Home
last modified time | relevance | path

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

/PHP-8.1/ext/pspell/
H A Dpspell.c190 TCHAR dict_dir[220]; in PHP_FUNCTION() local
217 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
218 strlcat(dict_dir, "\\dict", sizeof(dict_dir)); in PHP_FUNCTION()
221 pspell_config_replace(config, "dict-dir", dict_dir); in PHP_FUNCTION()
283 TCHAR dict_dir[220]; in PHP_FUNCTION() local
310 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
311 strlcat(dict_dir, "\\dict", sizeof(dict_dir)); in PHP_FUNCTION()
314 pspell_config_replace(config, "dict-dir", dict_dir); in PHP_FUNCTION()
578 TCHAR dict_dir[220]; in PHP_FUNCTION() local
602 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
[all …]

Completed in 62 milliseconds