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

/freebsd-13-stable/contrib/less/
H A Doptfunc.c701 extern int tabdefault;
726 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2];
741 tabdefault);
H A Dline.c48 public int tabdefault = 8; /* Default repeated tabstops */ variable
784 to_tab = tabdefault -
785 ((to_tab - tabstops[ntabstops-1]) % tabdefault);

Completed in 36 milliseconds