Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Doptfunc.c67 extern int ntabstops;
712 ntabstops = i; in set_tabs()
713 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2]; in set_tabs()
733 if (ntabstops > 2) in opt_x()
735 for (i = 1; i < ntabstops; i++) in opt_x()
H A Dline.c62 public int ntabstops = 1; /* Number of tabstops */ variable
959 if (ntabstops < 2 || to_tab >= tabstops[ntabstops-1]) in tab_spaces()
961 ((to_tab - tabstops[ntabstops-1]) % tabdefault); in tab_spaces()
965 for (i = ntabstops - 2; i >= 0; i--) in tab_spaces()