Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextprop.c281 tmp_prop.tp_len = length; in prop_add_one()
838 else if (prop.tp_col + prop.tp_len - (prop.tp_len != 0) < col) in f_prop_find()
848 && (col <= prop.tp_col + prop.tp_len in f_prop_find()
849 - (prop.tp_len != 0))) in f_prop_find()
1462 prop->tp_len += added; in adjust_prop()
1470 if (prop->tp_len <= 0) in adjust_prop()
1472 prop->tp_len = 0; in adjust_prop()
1479 else if (prop->tp_len > 0 && prop->tp_col + prop->tp_len > col) in adjust_prop()
1616 if (p->tp_col + p->tp_len >= kept) in adjust_props_for_split()
1617 p->tp_len = kept - p->tp_col; in adjust_props_for_split()
[all …]
H A Ddrawline.c1406 + text_props[tpi].tp_len) in win_line()
1423 + text_props[text_prop_next].tp_len) in win_line()
H A Dstructs.h801 colnr_T tp_len; // length in bytes member
H A Dpopupwin.c1191 pos.col += prop.tp_len - 1; in popup_adjust_position()
H A Dmemline.c2753 prop.tp_len = *len; // not exactly the right length in add_text_props_for_append()