Searched refs:DLG_EXIT_OK (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/dialog/
H A Dmsgbox.c172 result = DLG_EXIT_OK;
192 result = DLG_EXIT_OK;
H A Dmixedform.c92 case DLG_EXIT_OK: /* FALLTHRU */
H A Dpause.c241 result = DLG_EXIT_OK;
255 return ((result == DLG_EXIT_UNKNOWN) ? DLG_EXIT_OK : result);
H A Dyesno.c157 result = DLG_EXIT_OK;
H A Dguage.c250 *result = DLG_EXIT_OK;
452 return (DLG_EXIT_OK);
H A Dtailbox.c248 *result = DLG_EXIT_OK;
400 result = DLG_EXIT_OK;
H A Ddialog.c733 case DLG_EXIT_OK:
1301 { "ok", DLG_EXIT_OK },
1302 { "yes", DLG_EXIT_OK },
1513 dlg_exit(DLG_EXIT_OK);
1881 int retval = DLG_EXIT_OK;
1943 dlg_exit(DLG_EXIT_OK);
2006 dlg_exit(DLG_EXIT_OK);
2021 dlg_exit(DLG_EXIT_OK);
2032 dlg_exit(DLG_EXIT_OK);
2161 if (retval != DLG_EXIT_OK)
[all...]
H A Dbuttons.c635 result = DLG_EXIT_OK;
757 result = DLG_EXIT_OK;
H A Dprogressbox.c352 result = DLG_EXIT_OK;
454 result = DLG_EXIT_OK;
H A Dinputbox.c237 result = (state >= 0) ? dlg_enter_buttoncode(state) : DLG_EXIT_OK;
H A Dtextbox.c549 result = DLG_EXIT_OK;
592 PAGE_WIDTH)) != DLG_EXIT_OK
837 result = DLG_EXIT_OK;
862 result = DLG_EXIT_OK;
H A Dmixedgauge.c402 return dlg_finish_mixedgauge(&dlg, DLG_EXIT_OK);
H A Drangebox.c407 result = DLG_EXIT_OK;
H A Dtimebox.c373 result = DLG_EXIT_OK;
H A Dui_getc.c622 _exit(pid > 0 ? DLG_EXIT_OK : DLG_EXIT_ERROR);
H A Ddialog.h140 #define DLG_EXIT_OK 0 macro
873 #define dlg_enter_buttoncode(code) (dialog_vars.nook ? DLG_EXIT_OK : dlg_ok_buttoncode(code))
H A Dformbox.c698 result = (state >= 0) ? dlg_enter_buttoncode(state) : DLG_EXIT_OK;
972 case DLG_EXIT_OK: /* FALLTHRU */
H A Dchecklist.c657 case DLG_EXIT_OK: /* FALLTHRU */
H A Ddlg_keys.c281 *resultp = DLG_EXIT_OK;
H A Deditbox.c736 if (result == DLG_EXIT_OK) {
H A Dmenubox.c197 case DLG_EXIT_OK: /* FALLTHRU */
H A Dtreeview.c630 case DLG_EXIT_OK: /* FALLTHRU */
H A Dfselect.c852 result = (state > 0) ? dlg_enter_buttoncode(state) : DLG_EXIT_OK;
H A Dbuildlist.c1226 case DLG_EXIT_OK: /* FALLTHRU */
/freebsd-13-stable/usr.sbin/tzsetup/
H A Dtzsetup.c183 case DLG_EXIT_OK:

Completed in 202 milliseconds

12