Home
last modified time | relevance | path

Searched refs:html_cursor_get_prev_char (Results 1 – 6 of 6) sorted by relevance

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlengine-edit.c235 while (html_selection_spell_word (html_cursor_get_prev_char (begin), &cited) || cited) { in html_engine_spell_check_range()
266 while (html_selection_word (html_cursor_get_prev_char (e->cursor))) in html_engine_select_word_editable()
279 while (html_selection_spell_word (html_cursor_get_prev_char (e->cursor), &cited) || cited) { in html_engine_select_spell_word_editable()
594 prev = html_cursor_get_prev_char (e->cursor); in html_engine_indent_paragraph()
H A Dhtmlengine-edit-movement.c394 …while (!g_unichar_isalnum (html_cursor_get_prev_char (e->cursor)) && html_cursor_backward (e->curs… in html_engine_backward_word()
396 …while (g_unichar_isalnum (html_cursor_get_prev_char (e->cursor)) && html_cursor_backward (e->curso… in html_engine_backward_word()
H A Dhtmlcursor.h124 gunichar html_cursor_get_prev_char (const HTMLCursor *cursor);
H A Dhtmlselection.c320 while (html_selection_word (html_cursor_get_prev_char (begin))) in word_interval()
H A Dhtmlcursor.c834 html_cursor_get_prev_char (const HTMLCursor *cursor) in html_cursor_get_prev_char() function
H A Dhtmlengine.c6394 && !html_selection_spell_word (html_cursor_get_prev_char (e->cursor), &cited) && !cited)
6402 while (html_selection_spell_word (html_cursor_get_prev_char (cursor), &cited_tmp) || cited_tmp) {
6450 prev = html_cursor_get_prev_char (e->cursor);