Searched refs:b_mod_xlines (Results 1 – 6 of 6) sorted by relevance
1555 if (buf->b_mod_set && buf->b_mod_xlines != 0 && wp->w_redraw_top != 0) in win_update()1677 if (mod_top != 0 && buf->b_mod_xlines != 0 && wp->w_p_nu) in win_update()2234 && buf->b_mod_xlines != 0) in win_update()2719 j = curbuf->b_mod_xlines; in win_update()2720 curbuf->b_mod_xlines = 0; in win_update()2723 curbuf->b_mod_xlines = j; in win_update()
695 buf->b_mod_xlines = 0; in changedOneline()821 buf->b_mod_xlines += xtra; in changed_lines_buf()829 buf->b_mod_xlines = xtra; in changed_lines_buf()
192 wp->w_buffer->b_mod_xlines = 0; in match_add()272 wp->w_buffer->b_mod_xlines = 0; in match_delete()
1192 n = p->sst_lnum + buf->b_mod_xlines; 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()1211 p->sst_change_lnum += buf->b_mod_xlines; in syn_stack_apply_changes_block()
2732 long b_mod_xlines; // number of extra buffer lines inserted; member
2552 Reset b_mod_xlines when needed. (Alexey Radkov)