Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Doptfunc.c67 extern int ntabstops;
702 ntabstops = i; in set_tabs()
703 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2]; in set_tabs()
723 if (ntabstops > 2) in opt_x()
725 for (i = 1; i < ntabstops; i++) in opt_x()
H A Dline.c61 public int ntabstops = 1; /* Number of tabstops */ variable
837 if (ntabstops < 2 || to_tab >= tabstops[ntabstops-1]) in store_tab()
839 ((to_tab - tabstops[ntabstops-1]) % tabdefault); in store_tab()
843 for (i = ntabstops - 2; i >= 0; i--) in store_tab()