Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/dialog/
HDbuttons.c670 result = DLG_EXIT_CANCEL; in dlg_ok_buttoncode()
722 while (dlg_ok_buttoncode(result) != DLG_EXIT_CANCEL) in dlg_defaultno_button()
792 result = DLG_EXIT_CANCEL; in dlg_yes_buttoncode()
HDdialog.c1399 { "cancel", DLG_EXIT_CANCEL }, in button_code()
1400 { "no", DLG_EXIT_CANCEL }, in button_code()
1726 dialog_vars.default_button = DLG_EXIT_CANCEL; in process_common_options()
1730 dialog_vars.defaultno = dialog_vars.default_button == DLG_EXIT_CANCEL; in process_common_options()
HDdlg_keys.c304 *resultp = DLG_EXIT_CANCEL; in dlg_result_key()
365 case DLG_EXIT_CANCEL: in dlg_button_key()
HDtextbox.c560 result = DLG_EXIT_CANCEL; in get_search_term()
611 if (result == DLG_EXIT_CANCEL) { in perform_search()
HDmenubox.c173 if (check == DLG_EXIT_CANCEL) { in input_menu_edit()
HDdialog.h154 #define DLG_EXIT_CANCEL 1 macro
HDutil.c1838 { DLG_EXIT_CANCEL, "DIALOG_CANCEL" }, in dlg_exit()