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

/freebsd-13-stable/contrib/less/
H A Dline.c781 int to_tab = end_column - linebuf.pfx_end; local
783 if (ntabstops < 2 || to_tab >= tabstops[ntabstops-1])
784 to_tab = tabdefault -
785 ((to_tab - tabstops[ntabstops-1]) % tabdefault);
790 if (to_tab >= tabstops[i])
792 to_tab = tabstops[i+1] - to_tab;
797 } while (--to_tab > 0);

Completed in 54 milliseconds