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

/freebsd-11.0-release/contrib/less/
H A Doptfunc.c623 extern int tabdefault;
648 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2];
663 tabdefault);
H A Dline.c28 public int tabdefault = 8; /* Default repeated tabstops */ variable
676 to_tab = tabdefault -
677 ((to_tab - tabstops[ntabstops-1]) % tabdefault);

Completed in 105 milliseconds