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

/freebsd-9.3-release/contrib/less/
H A Doptfunc.c608 extern int ntabstops;
633 ntabstops = i;
634 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2];
638 if (ntabstops > 2)
640 for (i = 1; i < ntabstops; i++)
H A Dline.c28 public int ntabstops = 1; /* Number of tabstops */ variable
676 if (ntabstops < 2 || to_tab >= tabstops[ntabstops-1])
678 ((to_tab - tabstops[ntabstops-1]) % tabdefault);
681 for (i = ntabstops - 2; i >= 0; i--)

Completed in 50 milliseconds