Home
last modified time | relevance | path

Searched refs:prop_start (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dtextprop.c823 int prop_start; in f_prop_find() local
852 prop_start = !(prop.tp_flags & TP_FLAG_CONT_PREV); in f_prop_find()
854 if (!prop_start && prop_end && dir > 0) in f_prop_find()
858 if (!prop_start) in f_prop_find()
H A Ddrawline.c963 char_u *prop_start; in win_line() local
966 &prop_start, FALSE); in win_line()
973 mch_memmove(text_props, prop_start, in win_line()