Home
last modified time | relevance | path

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

/PHP-5.3/ext/pspell/
H A Dpspell.c271 TCHAR dict_dir[220]; in PHP_FUNCTION() local
299 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
300 strlcat(dict_dir, "\\dict", sizeof(dict_dir)); in PHP_FUNCTION()
303 pspell_config_replace(config, "dict-dir", dict_dir); in PHP_FUNCTION()
368 TCHAR dict_dir[220]; in PHP_FUNCTION() local
396 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
397 strlcat(dict_dir, "\\dict", sizeof(dict_dir)); in PHP_FUNCTION()
400 pspell_config_replace(config, "dict-dir", dict_dir); in PHP_FUNCTION()
704 TCHAR dict_dir[220]; in PHP_FUNCTION() local
728 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds