Home
last modified time | relevance | path

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

/dports/www/bluefish/bluefish-2.2.12/src/
H A Dbftextview2.c2567 GtkTextIter tmpits, tmpite; in bluefish_text_view_in_comment() local
2570 if (gtk_text_buffer_get_selection_bounds(buffer, &tmpits, &tmpite)) { in bluefish_text_view_in_comment()
2572 *ite = tmpite; in bluefish_text_view_in_comment()
2573 gtk_text_iter_order(&tmpits, &tmpite); in bluefish_text_view_in_comment()
2575 gtk_text_iter_get_offset(&tmpits), gtk_text_iter_get_offset(&tmpite)); in bluefish_text_view_in_comment()
2579 if (gtk_text_iter_ends_tag(&tmpite, comment_tag) || gtk_text_iter_is_end(&tmpite)) { in bluefish_text_view_in_comment()
2585 if (gtk_text_iter_ends_line(&tmpite)) { in bluefish_text_view_in_comment()
2586 gtk_text_iter_forward_line(&tmpite); in bluefish_text_view_in_comment()
2588 if (gtk_text_iter_ends_tag(&tmpite, comment_tag) || gtk_text_iter_is_end(&tmpite)) { in bluefish_text_view_in_comment()
2591 gtk_text_iter_get_offset(&tmpits), gtk_text_iter_get_offset(&tmpite)); in bluefish_text_view_in_comment()
[all …]