Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Doptfunc.c723 extern int tabdefault;
748 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2];
763 tabdefault);
H A Dline.c45 public int tabdefault = 8; /* Default repeated tabstops */ variable
786 to_tab = tabdefault -
787 ((to_tab - tabstops[ntabstops-1]) % tabdefault);