Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Dtextbox.c141 if (dialog_vars.tab_correct) { in read_high()
189 && (dialog_vars.tab_correct != 0)) { in read_high()
238 if (!dialog_vars.tab_correct) in tabize()
478 if (dialog_vars.tab_correct) in print_position()
H A Dtailbox.c54 if ((ch == TAB) && (dialog_vars.tab_correct)) { in get_line()
H A Dprogressbox.c176 if ((ch == TAB) && (dialog_vars.tab_correct)) { in get_line()
H A Ddialog.h386 bool tab_correct; /* option "--tab-correct" */ member
H A Dutil.c1481 if ((ch == TAB) && (dialog_vars.tab_correct)) { in dlg_auto_sizefile()
2056 if (dialog_vars.tab_correct) { in dlg_tab_correct_str()
H A Ddialog.c348 { "tab-correct", svT(tab_correct), 1, "" },