Home
last modified time | relevance | path

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

/dports/textproc/aspell-ispell/aspell-0.60.8/prog/
H A Dcheck_funs.hpp34 void begin_check();
H A Dcheck_funs.cpp245 void begin_check() { in begin_check() function
H A Daspell.cpp1056 begin_check(); in check()
/dports/textproc/aspell/aspell-0.60.8/prog/
H A Dcheck_funs.hpp34 void begin_check();
H A Dcheck_funs.cpp245 void begin_check() { in begin_check() function
H A Daspell.cpp1056 begin_check(); in check()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/sequence/
H A Drestriction.cpp890 int begin_check = *pos - pat.size() + 1; in x_FindRSite() local
892 begin_check = max(begin_check, 0); in x_FindRSite()
895 begin_check = max(begin_check, next_pos); in x_FindRSite()
898 for (i = begin_check; i <= end_check; i++) { in x_FindRSite()