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

/freebsd-9.3-release/contrib/less/
H A Dline.c251 int prev_attr; local
322 prev_attr = (to > 0) ? attr[to-1] : AT_NORMAL;
323 next_attr = (from + len < curr) ? attr[from + len] : prev_attr;
324 if (!is_at_equiv(attr[from], prev_attr) &&
330 if (is_at_equiv(prev_attr, next_attr))
332 width += attr_ewidth(prev_attr);

Completed in 58 milliseconds