Home
last modified time | relevance | path

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

/dports/textproc/enchant/enchant-1.6.0/src/ispell/
H A Dispell_checker.cpp91 deftflag(-1), in ISpellChecker()
434 prefstringchar = findfiletype("utf8", 1, deftflag < 0 ? &deftflag in setDictionaryEncoding()
444 deftflag < 0 ? &deftflag : static_cast<int *>(NULL)); in setDictionaryEncoding()
454 prefstringchar = findfiletype("utf8", 1, deftflag < 0 ? &deftflag : static_cast<int *>(NULL)); in setDictionaryEncoding()
472 deftflag < 0 ? &deftflag : static_cast<int *>(NULL)); in setDictionaryEncoding()
H A Dispell_checker.h151 int deftflag; /* NZ for TeX mode by default */ variable
H A Dispell.h740 INIT (int deftflag, -1); /* NZ for TeX mode by default */