Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Doptfunc.c68 extern int ntabstops;
739 ntabstops = i; in set_tabs()
740 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2]; in set_tabs()
760 if (ntabstops > 2) in opt_x()
762 for (i = 1; i < ntabstops; i++) in opt_x()
H A Dline.c63 public int ntabstops = 1; /* Number of tabstops */ variable
1021 if (ntabstops < 2 || to_tab >= tabstops[ntabstops-1]) in tab_spaces()
1023 ((to_tab - tabstops[ntabstops-1]) % tabdefault); in tab_spaces()
1027 for (i = ntabstops - 2; i >= 0; i--) in tab_spaces()