Searched refs:b_mod_top (Results 1 – 6 of 6) sorted by relevance
182 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()
684 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()
1190 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()
1573 if (mod_top == 0 || mod_top > buf->b_mod_top) in win_update()1575 mod_top = buf->b_mod_top; in win_update()
2729 linenr_T b_mod_top; // topmost lnum that was changed member
715 || wp->w_buffer->b_mod_top in curs_rows()