Searched refs:tab_correct (Results 1 – 6 of 6) sorted by relevance
141 if (dialog_vars.tab_correct) { in read_high()183 if (((ch = buftab[j++]) == TAB) && (dialog_vars.tab_correct != 0)) { in read_high()227 if (!dialog_vars.tab_correct) in tabize()463 if (dialog_vars.tab_correct) in print_position()
64 if ((ch == TAB) && (dialog_vars.tab_correct)) { in get_line()
55 if ((ch == TAB) && (dialog_vars.tab_correct)) { in get_line()
479 bool tab_correct; /* option "--tab-correct" */ member
1365 if ((ch == TAB) && (dialog_vars.tab_correct)) in dlg_auto_sizefile()1833 if (dialog_vars.tab_correct) { in dlg_tab_correct_str()
1516 dialog_vars.tab_correct = TRUE; in process_common_options()