Searched refs:text_prop_next (Results 1 – 1 of 1) sorted by relevance
301 int text_prop_next = 0; // next text property to use in win_line() local1419 while (text_prop_next < text_prop_count in win_line()1420 && bcol >= text_props[text_prop_next].tp_col - 1) in win_line()1422 if (bcol <= text_props[text_prop_next].tp_col - 1 in win_line()1423 + text_props[text_prop_next].tp_len) in win_line()1424 text_prop_idxs[text_props_active++] = text_prop_next; in win_line()1425 ++text_prop_next; in win_line()