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

/freebsd-9.3-release/contrib/less/
H A Doptfunc.c609 extern int tabdefault;
634 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2];
649 tabdefault);
H A Dline.c29 public int tabdefault = 8; /* Default repeated tabstops */ variable
677 to_tab = tabdefault -
678 ((to_tab - tabstops[ntabstops-1]) % tabdefault);

Completed in 47 milliseconds