Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Doptfunc.c68 extern int tabdefault;
714 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2]; in set_tabs()
745 tabdefault); in opt_x()
H A Dline.c64 public int tabdefault = 8; /* Default repeated tabstops */ variable
1022 to_tab = tabdefault - in tab_spaces()
1023 ((to_tab - tabstops[ntabstops-1]) % tabdefault); in tab_spaces()