Home
last modified time | relevance | path

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

/dports/textproc/aspell/aspell-0.60.8/modules/speller/default/
H A Dlanguage.cpp688 validate_words = config.retrieve_bool("validate-words"); in init()
707 validate_words = config.retrieve_bool("validate-words"); in init_plain()
759 if (!*aff && validate_words && clean_words) { in adv()
772 PosibErrBase pe2 = validate_words ? check_if_valid(*lang, str) : no_err; in adv()
H A Ddata.hpp112 bool validate_words; // valid new words added via a file of the member in aspeller::Dictionary
H A Ddata.cpp72 validate_words(true), in Dictionary()
H A Dwritable.cpp110 validate_words = cfg.retrieve_bool("validate-words"); in WritableBase()
507 if (validate_words) in add()
H A Dlanguage.hpp502 bool validate_words; member in aspeller::WordListIterator
/dports/textproc/aspell-ispell/aspell-0.60.8/modules/speller/default/
H A Dlanguage.cpp688 validate_words = config.retrieve_bool("validate-words"); in init()
707 validate_words = config.retrieve_bool("validate-words"); in init_plain()
759 if (!*aff && validate_words && clean_words) { in adv()
772 PosibErrBase pe2 = validate_words ? check_if_valid(*lang, str) : no_err; in adv()
H A Ddata.hpp112 bool validate_words; // valid new words added via a file of the member in aspeller::Dictionary
H A Ddata.cpp72 validate_words(true), in Dictionary()
H A Dwritable.cpp110 validate_words = cfg.retrieve_bool("validate-words"); in WritableBase()
507 if (validate_words) in add()
H A Dlanguage.hpp502 bool validate_words; member in aspeller::WordListIterator