Searched refs:text_props_active (Results 1 – 1 of 1) sorted by relevance
304 int text_props_active = 0; in win_line() local1401 for (pi = 0; pi < text_props_active; ++pi) in win_line()1408 if (pi + 1 < text_props_active) in win_line()1412 * (text_props_active - (pi + 1))); in win_line()1413 --text_props_active; in win_line()1424 text_prop_idxs[text_props_active++] = text_prop_next; in win_line()1431 if (text_props_active > 0) in win_line()1437 qsort((void *)text_prop_idxs, (size_t)text_props_active, in win_line()1440 for (pi = 0; pi < text_props_active; ++pi) in win_line()