Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmatch.c182 if (wp->w_buffer->b_mod_top > toplnum) in match_add()
183 wp->w_buffer->b_mod_top = toplnum; in match_add()
190 wp->w_buffer->b_mod_top = toplnum; in match_add()
262 if (wp->w_buffer->b_mod_top > cur->pos.toplnum) in match_delete()
263 wp->w_buffer->b_mod_top = cur->pos.toplnum; in match_delete()
270 wp->w_buffer->b_mod_top = cur->pos.toplnum; in match_delete()
H A Dchange.c684 if (lnum < buf->b_mod_top) in changedOneline()
685 buf->b_mod_top = lnum; in changedOneline()
693 buf->b_mod_top = lnum; in changedOneline()
810 if (lnum < buf->b_mod_top) in changed_lines_buf()
811 buf->b_mod_top = lnum; in changed_lines_buf()
827 buf->b_mod_top = lnum; in changed_lines_buf()
H A Dsyntax.c1190 if (p->sst_lnum + block->b_syn_sync_linebreaks > buf->b_mod_top) in syn_stack_apply_changes_block()
1208 if (p->sst_change_lnum != 0 && p->sst_change_lnum > buf->b_mod_top) in syn_stack_apply_changes_block()
1210 if (p->sst_change_lnum + buf->b_mod_xlines > buf->b_mod_top) in syn_stack_apply_changes_block()
1213 p->sst_change_lnum = buf->b_mod_top; in syn_stack_apply_changes_block()
H A Ddrawscreen.c1573 if (mod_top == 0 || mod_top > buf->b_mod_top) in win_update()
1575 mod_top = buf->b_mod_top; in win_update()
H A Dstructs.h2729 linenr_T b_mod_top; // topmost lnum that was changed member
H A Dmove.c715 || wp->w_buffer->b_mod_top in curs_rows()