Searched refs:will_change (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | textprop.pro | 6 int get_text_props(buf_T *buf, linenr_T lnum, char_u **props, int will_change);
|
| H A D | memline.pro | 22 char_u *ml_get_buf(buf_T *buf, linenr_T lnum, int will_change);
|
| /vim-8.2.3635/src/ |
| H A D | textprop.c | 461 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 D | memline.c | 2604 int will_change) // line will be changed in ml_get_buf() argument 2686 if (will_change) in ml_get_buf()
|