Home
last modified time | relevance | path

Searched refs:tab_correct (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/dialog/
H A Dtextbox.c141 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()
H A Dprogressbox.c64 if ((ch == TAB) && (dialog_vars.tab_correct)) { in get_line()
H A Dtailbox.c55 if ((ch == TAB) && (dialog_vars.tab_correct)) { in get_line()
H A Ddialog.h479 bool tab_correct; /* option "--tab-correct" */ member
H A Dutil.c1365 if ((ch == TAB) && (dialog_vars.tab_correct)) in dlg_auto_sizefile()
1833 if (dialog_vars.tab_correct) { in dlg_tab_correct_str()
H A Ddialog.c1516 dialog_vars.tab_correct = TRUE; in process_common_options()