Searched refs:get_text_props (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | textprop.c | 237 proplen = get_text_props(buf, lnum, &props, TRUE); in prop_add_one() 461 get_text_props(buf_T *buf, linenr_T lnum, char_u **props, int will_change) in get_text_props() function 495 int proplen = get_text_props(curbuf, lnum, &props, 0); in count_props() 528 count = get_text_props(wp->w_buffer, lnum, &props, FALSE); in find_visible_prop() 1519 proplen = get_text_props(curbuf, lnum, &props, TRUE); in adjust_prop_columns() 1542 proplen = get_text_props(curbuf, lnum, &props, TRUE); in adjust_prop_columns() 1587 count = get_text_props(curbuf, lnum_props, &props, FALSE); in adjust_props_for_split() 1663 int proplen = get_text_props(curbuf, lnum, &props, FALSE); in prepend_joined_props()
|
| H A D | drawline.c | 965 text_prop_count = get_text_props(wp->w_buffer, lnum, in win_line()
|
| H A D | undo.c | 387 int proplen = get_text_props(curbuf, lnum, &props, FALSE); in has_prop_w_flags()
|
| H A D | memline.c | 2742 count = get_text_props(buf, lnum, &props, FALSE); in add_text_props_for_append()
|
| /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);
|