Home
last modified time | relevance | path

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

/dports/www/bluefish/bluefish-2.2.12/src/
H A Dbftextview2_private.h243 #define IS_FOUNDMODE_BLOCKPUSH(i) (i->numblockchange ==1) macro
H A Dbftextview2.c1063 if (IS_FOUNDMODE_BLOCKPUSH(found)) { in paint_margin()
1075 if (IS_FOUNDMODE_BLOCKPUSH(found) && found->fblock->foldable) { in paint_margin()
1934 if (IS_FOUNDMODE_BLOCKPUSH(found) && found->fblock->folded) { in reapply_folded_tag_to_folded_blocks()
1997 if (IS_FOUNDMODE_BLOCKPUSH(found) && found->fblock->foldable && found->fblock->start1_o >= offset) in bftextview2_toggle_fold()
2006 if (found && IS_FOUNDMODE_BLOCKPUSH(found) && found->fblock->start1_o >= offset in bftextview2_toggle_fold()
2033 …if (IS_FOUNDMODE_BLOCKPUSH(found) && found->fblock->foldable && found->fblock->folded != collapse)… in bftextview2_collapse_expand_toggle()
H A Dbftextview2_scanner.c777 if (G_UNLIKELY(IS_FOUNDMODE_BLOCKPUSH(sou->found))) { in scancache_update_single_offset()
1054 if (G_UNLIKELY(IS_FOUNDMODE_BLOCKPUSH(found))) { in foundcache_update_offsets()
1082 if (IS_FOUNDMODE_BLOCKPUSH(found)) { in found_free_lcb()
1404 if (IS_FOUNDMODE_BLOCKPUSH(scanning->nextfound) in cached_found_is_valid()