Home
last modified time | relevance | path

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

/NextBSD/contrib/less/
HDline.c672 int to_tab = column + cshift - lmargin; local
675 if (ntabstops < 2 || to_tab >= tabstops[ntabstops-1])
676 to_tab = tabdefault -
677 ((to_tab - tabstops[ntabstops-1]) % tabdefault);
681 if (to_tab >= tabstops[i])
683 to_tab = tabstops[i+1] - to_tab;
686 if (column + to_tab - 1 + pwidth(' ', attr, 0) + attr_ewidth(attr) > sc_width)
691 } while (--to_tab > 0);