Searched refs:tab_correct (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/contrib/dialog/
H A Ddialog.c1516 dialog_vars.tab_correct = TRUE;
H A Ddialog.h479 bool tab_correct; /* option "--tab-correct" */ member in struct:__anon938
H A Dprogressbox.c64 if ((ch == TAB) && (dialog_vars.tab_correct)) {
H A Dtailbox.c55 if ((ch == TAB) && (dialog_vars.tab_correct)) {
H A Dtextbox.c125 * bytes_read is the length of buf, that can be different if tab_correct
141 if (dialog_vars.tab_correct) {
183 if (((ch = buftab[j++]) == TAB) && (dialog_vars.tab_correct != 0)) {
227 if (!dialog_vars.tab_correct)
463 if (dialog_vars.tab_correct)
H A Dutil.c1365 if ((ch == TAB) && (dialog_vars.tab_correct))
1833 if (dialog_vars.tab_correct) {

Completed in 151 milliseconds