Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextprop.c294 if (buf->b_ml.ml_flags & ML_LINE_DIRTY) in prop_add_one()
298 buf->b_ml.ml_flags |= ML_LINE_DIRTY; in prop_add_one()
564 if (curbuf->b_ml.ml_flags & ML_LINE_DIRTY) in set_text_props()
568 curbuf->b_ml.ml_flags |= ML_LINE_DIRTY; in set_text_props()
691 if (!(buf->b_ml.ml_flags & ML_LINE_DIRTY)) in f_prop_clear()
699 buf->b_ml.ml_flags |= ML_LINE_DIRTY; in f_prop_clear()
1053 if (!(buf->b_ml.ml_flags & ML_LINE_DIRTY)) in f_prop_remove()
1063 buf->b_ml.ml_flags |= ML_LINE_DIRTY; in f_prop_remove()
1553 if ((curbuf->b_ml.ml_flags & ML_LINE_DIRTY) == 0) in adjust_prop_columns()
1556 curbuf->b_ml.ml_flags |= ML_LINE_DIRTY; in adjust_prop_columns()
H A Dmemline.c860 if (buf->b_ml.ml_line_lnum != 0 && (buf->b_ml.ml_flags & ML_LINE_DIRTY)) in ml_close()
2684 buf->b_ml.ml_flags &= ~ML_LINE_DIRTY; in ml_get_buf()
2699 return (curbuf->b_ml.ml_flags & ML_LINE_DIRTY); in ml_line_alloced()
3452 curbuf->b_ml.ml_flags &= ~ML_LINE_DIRTY; in ml_replace_len()
3486 if (curbuf->b_ml.ml_flags & ML_LINE_DIRTY) // same line allocated in ml_replace_len()
3492 curbuf->b_ml.ml_flags = (curbuf->b_ml.ml_flags | ML_LINE_DIRTY) & ~ML_EMPTY; in ml_replace_len()
3967 if (buf->b_ml.ml_flags & ML_LINE_DIRTY) in ml_flush_line()
H A Dedit.c5051 if (curbuf->b_ml.ml_flags & ML_LINE_DIRTY) in ins_tab()
5056 (curbuf->b_ml.ml_flags | ML_LINE_DIRTY) & ~ML_EMPTY; in ins_tab()
H A Dstructs.h761 #define ML_LINE_DIRTY 2 // cached line was changed and allocated macro