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

/freebsd-10.1-release/contrib/dialog/
H A Dbuttons.c628 result = DLG_EXIT_CANCEL;
679 while (dlg_ok_buttoncode(result) != DLG_EXIT_CANCEL)
748 result = DLG_EXIT_CANCEL;
H A Ddialog.c1190 { "cancel", DLG_EXIT_CANCEL },
1191 { "no", DLG_EXIT_CANCEL },
1440 dialog_vars.default_button = DLG_EXIT_CANCEL;
1444 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 Ddialog.h141 #define DLG_EXIT_CANCEL 1 macro
H A Ddlg_keys.c277 *resultp = DLG_EXIT_CANCEL;
H A Dutil.c1693 { DLG_EXIT_CANCEL, "DIALOG_CANCEL" },
/freebsd-10.1-release/usr.sbin/tzsetup/
H A Dtzsetup.c178 case DLG_EXIT_CANCEL:

Completed in 135 milliseconds