Home
last modified time | relevance | path

Searched defs:GuessInfo (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/aspell/aspell-0.60.8/modules/speller/default/
H A Dcheck_list.hpp22 struct GuessInfo struct
24 int num;
25 CheckInfo * head;
26 GuessInfo() : num(0), head(0) {} in GuessInfo() argument
27 void reset() { buf.reset(); num = 0; head = 0; } in reset()
28 CheckInfo * add() { in add()
38 void * alloc(unsigned s) {return buf.alloc_bottom(s);} in alloc()
39 char * dup(ParmString str) {return buf.dup(str);} in dup()
41 ObjStack buf;
/dports/textproc/aspell-ispell/aspell-0.60.8/modules/speller/default/
H A Dcheck_list.hpp22 struct GuessInfo struct
24 int num;
25 CheckInfo * head;
26 GuessInfo() : num(0), head(0) {} in GuessInfo() argument
27 void reset() { buf.reset(); num = 0; head = 0; } in reset()
28 CheckInfo * add() { in add()
38 void * alloc(unsigned s) {return buf.alloc_bottom(s);} in alloc()
39 char * dup(ParmString str) {return buf.dup(str);} in dup()
41 ObjStack buf;