Home
last modified time | relevance | path

Searched refs:DLG_EXIT_CANCEL (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/dialog/
H A Dbuttons.c666 result = DLG_EXIT_CANCEL; in dlg_ok_buttoncode()
718 while (dlg_ok_buttoncode(result) != DLG_EXIT_CANCEL) in dlg_defaultno_button()
785 result = DLG_EXIT_CANCEL; in dlg_yes_buttoncode()
H A Ddialog.c1391 { "cancel", DLG_EXIT_CANCEL }, in button_code()
1392 { "no", DLG_EXIT_CANCEL }, in button_code()
1718 dialog_vars.default_button = DLG_EXIT_CANCEL; in process_common_options()
1722 dialog_vars.defaultno = dialog_vars.default_button == DLG_EXIT_CANCEL; in process_common_options()
H A Ddlg_keys.c345 *resultp = DLG_EXIT_CANCEL; in dlg_result_key()
406 case DLG_EXIT_CANCEL: in dlg_button_key()
H A Dtextbox.c560 result = DLG_EXIT_CANCEL; in get_search_term()
611 if (result == DLG_EXIT_CANCEL) { in perform_search()
H A Ddialog.h132 #define DLG_EXIT_CANCEL 1 macro
H A Dmenubox.c173 if (check == DLG_EXIT_CANCEL) { in input_menu_edit()
H A Dutil.c1821 { DLG_EXIT_CANCEL, "DIALOG_CANCEL" }, in dlg_exit()
/dragonfly/usr.sbin/tzsetup/
H A Dtzsetup.c195 case DLG_EXIT_CANCEL: in xdialog_menu()