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;
711 ntabstops = i; in opt_x()
712 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2]; in opt_x()
732 if (ntabstops > 2) in opt_x()
734 for (i = 1; i < ntabstops; i++) in opt_x()
H A Dline.c61 public int ntabstops = 1; /* Number of tabstops */ variable
858 if (ntabstops < 2 || to_tab >= tabstops[ntabstops-1]) in store_prchar()
860 ((to_tab - tabstops[ntabstops-1]) % tabdefault); in store_prchar()
864 for (i = ntabstops - 2; i >= 0; i--) in store_prchar()