Home
last modified time | relevance | path

Searched refs:help_button (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/dialog/
H A Dbuttons.c559 if (dialog_vars.help_button) in dlg_exit_label()
598 if (dialog_vars.help_button) in dlg_ok_label()
619 if (dialog_vars.help_button) in dlg_ok_labels()
640 } else if (dialog_vars.help_button && (button == n)) { in dlg_ok_buttoncode()
736 if (dialog_vars.help_button) in dlg_yes_labels()
760 } else if (button == 2 && dialog_vars.help_button) { in dlg_yes_buttoncode()
H A Dhelp.c43 dialog_vars.help_button = FALSE; in dialog_helpfile()
H A Ddlg_keys.c297 if (dialog_vars.help_button) { in dlg_result_key()
H A Ddialog.h487 bool help_button; /* option "--help-button" */ member
H A Ddialog.c1636 dialog_vars.help_button = TRUE; in process_common_options()