Home
last modified time | relevance | path

Searched refs:sug_con (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/aspell-ispell/aspell-0.60.8/prog/
H A Daspell.cpp1052 Vector<String> sug_con; in check() local
1083 sug_con.resize(0); in check()
1084 while (sug_con.size() != 10 in check()
1086 sug_con.push_back(w); in check()
1090 unsigned int suggestions_size = sug_con.size(); in check()
1095 word_choices->push_back(Choice('0' + j+1, sug_con[j])); in check()
1101 sug_con[j+suggestions_mid])); in check()
1162 new_word = sug_con[new_word[0]-'1']; in check()
1171 state->replace(sug_con[choice-'1']); in check()
/dports/textproc/aspell/aspell-0.60.8/prog/
H A Daspell.cpp1052 Vector<String> sug_con; in check() local
1083 sug_con.resize(0); in check()
1084 while (sug_con.size() != 10 in check()
1086 sug_con.push_back(w); in check()
1090 unsigned int suggestions_size = sug_con.size(); in check()
1095 word_choices->push_back(Choice('0' + j+1, sug_con[j])); in check()
1101 sug_con[j+suggestions_mid])); in check()
1162 new_word = sug_con[new_word[0]-'1']; in check()
1171 state->replace(sug_con[choice-'1']); in check()