Home
last modified time | relevance | path

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

/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Dsource_spellcheck.cpp65 spellcheck_word(word.first, word.second); in SpellCheckView()
68 spellcheck_word(word.first, word.second); in SpellCheckView()
80 spellcheck_word(word.first, word.second); in SpellCheckView()
82 spellcheck_word(word.first, word.second); in SpellCheckView()
87 spellcheck_word(word.first, word.second); in SpellCheckView()
266 spellcheck_word(word.first, word.second); in spellcheck()
529 void Source::SpellCheckView::spellcheck_word(Gtk::TextIter start, Gtk::TextIter end) { in spellcheck_word() function in Source::SpellCheckView
H A Dsource_spellcheck.hpp45 void spellcheck_word(Gtk::TextIter start, Gtk::TextIter end);
/dports/www/bluefish/bluefish-2.2.12/src/
H A Dbftextview2_spell.c228 spellcheck_word(BluefishTextView * btv, GtkTextBuffer * buffer, GtkTextIter * start, GtkTextIter * … in spellcheck_word() function
529 spellcheck_word(btv, btv->buffer, &wordstart, &iter); in spellcheck_region()