Searched refs:tabdefault (Results 1 – 2 of 2) sorted by relevance
68 extern int tabdefault;714 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2]; in set_tabs()745 tabdefault); in opt_x()
64 public int tabdefault = 8; /* Default repeated tabstops */ variable1022 to_tab = tabdefault - in tab_spaces()1023 ((to_tab - tabstops[ntabstops-1]) % tabdefault); in tab_spaces()