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

/freebsd-9.3-release/contrib/less/
H A Dline.c673 int to_tab = column + cshift - lmargin; local
676 if (ntabstops < 2 || to_tab >= tabstops[ntabstops-1])
677 to_tab = tabdefault -
678 ((to_tab - tabstops[ntabstops-1]) % tabdefault);
682 if (to_tab >= tabstops[i])
684 to_tab = tabstops[i+1] - to_tab;
687 if (column + to_tab - 1 + pwidth(' ', attr, 0) + attr_ewidth(attr) > sc_width)
692 } while (--to_tab > 0);

Completed in 85 milliseconds