Home
last modified time | relevance | path

Searched refs:get_text_props (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dtextprop.c237 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 Ddrawline.c965 text_prop_count = get_text_props(wp->w_buffer, lnum, in win_line()
H A Dundo.c387 int proplen = get_text_props(curbuf, lnum, &props, FALSE); in has_prop_w_flags()
H A Dmemline.c2742 count = get_text_props(buf, lnum, &props, FALSE); in add_text_props_for_append()
/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);