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

/freebsd-13-stable/contrib/dialog/
H A Dbuttons.c639 result = DLG_EXIT_CANCEL;
690 while (dlg_ok_buttoncode(result) != DLG_EXIT_CANCEL)
759 result = DLG_EXIT_CANCEL;
H A Ddialog.c1303 { "cancel", DLG_EXIT_CANCEL },
1304 { "no", DLG_EXIT_CANCEL },
1614 dialog_vars.default_button = DLG_EXIT_CANCEL;
1618 dialog_vars.defaultno = dialog_vars.default_button == DLG_EXIT_CANCEL;
H A Dtextbox.c545 result = DLG_EXIT_CANCEL;
595 if (result == DLG_EXIT_CANCEL) {
H A Ddlg_keys.c286 *resultp = DLG_EXIT_CANCEL;
H A Ddialog.h141 #define DLG_EXIT_CANCEL 1 macro
H A Dutil.c1731 { DLG_EXIT_CANCEL, "DIALOG_CANCEL" },
/freebsd-13-stable/usr.sbin/tzsetup/
H A Dtzsetup.c195 case DLG_EXIT_CANCEL:

Completed in 176 milliseconds