Home
last modified time | relevance | path

Searched refs:text_only (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/dialog/
H A Dutil.c598 if (dialog_state.text_only) { in define_color()
773 if (dialog_state.text_only) { in dlg_print_text()
859 if (dialog_state.text_only) { in dlg_print_text()
867 if (dialog_state.text_only) { in dlg_print_text()
892 if (dialog_state.text_only) { in dlg_print_text()
999 if (dialog_state.text_only || win) { in dlg_print_line()
1038 if (dialog_state.text_only || win) { in justify_text()
H A Ddialog.c330 { "print-text-only",ssT(text_only), 5, "<text> <height> <width>" },
1464 dialog_state.text_only = TRUE; in PrintTextOnly()
1466 dialog_state.text_only = FALSE; in PrintTextOnly()
H A Ddialog.h347 bool text_only; /* option "--print-text-only", etc. */ member