Home
last modified time | relevance | path

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

/PHP-7.3/ext/pspell/
H A Dpspell.c273 TCHAR dict_dir[220]; in PHP_FUNCTION() local
301 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
302 strlcat(dict_dir, "\\dict", sizeof(dict_dir)); in PHP_FUNCTION()
305 pspell_config_replace(config, "dict-dir", dict_dir); in PHP_FUNCTION()
370 TCHAR dict_dir[220]; in PHP_FUNCTION() local
398 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
399 strlcat(dict_dir, "\\dict", sizeof(dict_dir)); in PHP_FUNCTION()
402 pspell_config_replace(config, "dict-dir", dict_dir); in PHP_FUNCTION()
693 TCHAR dict_dir[220]; in PHP_FUNCTION() local
717 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds