Searched refs:tabdefault (Results 1 – 2 of 2) sorted by relevance
72 extern int tabdefault;787 tabdefault = tabstops[ntabstops-1] - tabstops[ntabstops-2]; in set_tabs()818 tabdefault); in opt_x()
64 public int tabdefault = 8; /* Default repeated tabstops */ variable1024 to_tab = tabdefault - in tab_spaces()1025 ((to_tab - tabstops[ntabstops-1]) % tabdefault); in tab_spaces()