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

/freebsd-13-stable/contrib/less/
H A Doptfunc.c700 extern int ntabstops;
725 ntabstops = i;
726 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2];
730 if (ntabstops > 2)
732 for (i = 1; i < ntabstops; i++)
H A Dline.c47 public int ntabstops = 1; /* Number of tabstops */ variable
783 if (ntabstops < 2 || to_tab >= tabstops[ntabstops-1])
785 ((to_tab - tabstops[ntabstops-1]) % tabdefault);
789 for (i = ntabstops - 2; i >= 0; i--)

Completed in 122 milliseconds