Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawline.c193 proptype_T *pt1, *pt2; in text_prop_compare() local
199 pt2 = text_prop_type_by_id(current_buf, current_text_props[idx2].tp_type); in text_prop_compare()
200 if (pt1 == pt2) in text_prop_compare()
204 if (pt2 == NULL) in text_prop_compare()
206 if (pt1->pt_priority != pt2->pt_priority) in text_prop_compare()
207 return pt1->pt_priority > pt2->pt_priority ? 1 : -1; in text_prop_compare()