Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dtextprop.pro6 int get_text_props(buf_T *buf, linenr_T lnum, char_u **props, int will_change);
H A Dmemline.pro22 char_u *ml_get_buf(buf_T *buf, linenr_T lnum, int will_change);
/vim-8.2.3635/src/
H A Dtextprop.c461 get_text_props(buf_T *buf, linenr_T lnum, char_u **props, int will_change) in get_text_props() argument
469 if ((!buf->b_has_textprop && !will_change) || buf->b_ml.ml_mfp == NULL) in get_text_props()
473 text = ml_get_buf(buf, lnum, will_change); in get_text_props()
H A Dmemline.c2604 int will_change) // line will be changed in ml_get_buf() argument
2686 if (will_change) in ml_get_buf()