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

/freebsd-10-stable/contrib/less/
H A Doptfunc.c667 extern int tabdefault;
692 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2];
707 tabdefault);
H A Dline.c33 public int tabdefault = 8; /* Default repeated tabstops */ variable
737 to_tab = tabdefault -
738 ((to_tab - tabstops[ntabstops-1]) % tabdefault);

Completed in 103 milliseconds