Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/
H A Dmythes.hxx88 int thInitialize (const char* indxpath, const char* datpath);
H A Dmythes.cxx85 if (thInitialize(idxpath, datpath) != 1) in MyThes()
112 int MyThes::thInitialize(const char* idxpath, const char* datpath) in thInitialize() function in MyThes
/dports/textproc/mythes/mythes-1.2.4/
H A Dmythes.hxx49 int thInitialize (const char* indxpath, const char* datpath);
H A Dmythes.cxx19 if (thInitialize(idxpath, datpath) != 1) { in MyThes()
34 int MyThes::thInitialize(const char* idxpath, const char* datpath) in thInitialize() function in MyThes
/dports/devel/fossil/fossil-src-2.17/src/
H A Dth.c1829 static int thInitialize(Th_Interp *interp){ in thInitialize() function
1878 thInitialize(p); in Th_CreateInterp()