Searched refs:prev_attr (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/less/
H A Dline.c290 int prev_attr; local
361 prev_attr = (to > 0) ? attr[to-1] : AT_NORMAL;
362 next_attr = (from + len < curr) ? attr[from + len] : prev_attr;
363 if (!is_at_equiv(attr[from], prev_attr) &&
369 if (is_at_equiv(prev_attr, next_attr))
371 width += attr_ewidth(prev_attr);

Completed in 56 milliseconds