Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/dialog/
HDmsgbox.c173 result = DLG_EXIT_OK; in dialog_msgbox()
193 result = DLG_EXIT_OK; in dialog_msgbox()
HDdialog.c811 case DLG_EXIT_OK: in show_result()
1397 { "ok", DLG_EXIT_OK }, in button_code()
1398 { "yes", DLG_EXIT_OK }, in button_code()
1612 dlg_exit(DLG_EXIT_OK); in Help()
1846 int retval = DLG_EXIT_OK; in main()
1907 dlg_exit(DLG_EXIT_OK); in main()
1971 dlg_exit(DLG_EXIT_OK); in main()
1986 dlg_exit(DLG_EXIT_OK); in main()
1997 dlg_exit(DLG_EXIT_OK); in main()
2125 if (retval != DLG_EXIT_OK) in main()
HDpause.c243 result = DLG_EXIT_OK; in dialog_pause()
258 return ((result == DLG_EXIT_UNKNOWN) ? DLG_EXIT_OK : result); in dialog_pause()
HDtailbox.c250 *result = DLG_EXIT_OK; in handle_my_getc()
411 result = DLG_EXIT_OK; in dialog_tailbox()
HDmixedform.c92 case DLG_EXIT_OK: /* FALLTHRU */ in dialog_mixedform()
HDguage.c251 *result = DLG_EXIT_OK; in handle_my_getc()
455 return (DLG_EXIT_OK); in dialog_gauge()
HDyesno.c154 result = DLG_EXIT_OK; in dialog_yesno()
HDprogressbox.c361 result = DLG_EXIT_OK; in pause_for_ok()
465 result = DLG_EXIT_OK; in dlg_progressbox()
HDbuttons.c666 result = DLG_EXIT_OK; in dlg_ok_buttoncode()
790 result = DLG_EXIT_OK; in dlg_yes_buttoncode()
HDtextbox.c564 result = DLG_EXIT_OK; in get_search_term()
608 PAGE_WIDTH)) != DLG_EXIT_OK in perform_search()
858 result = DLG_EXIT_OK; in dialog_textbox()
HDinputbox.c243 result = (state >= 0) ? dlg_enter_buttoncode(state) : DLG_EXIT_OK; in dialog_inputbox()
HDdlg_keys.c298 *resultp = DLG_EXIT_OK; in dlg_result_key()
353 case DLG_EXIT_OK: in dlg_button_key()
HDdialog.h153 #define DLG_EXIT_OK 0 macro
920 #define dlg_enter_buttoncode(code) (dialog_vars.nook ? DLG_EXIT_OK : dlg_ok_buttoncode(code))
HDrangebox.c397 result = DLG_EXIT_OK; in dialog_rangebox()
HDformbox.c700 result = (state >= 0) ? dlg_enter_buttoncode(state) : DLG_EXIT_OK; in dlg_form()
976 case DLG_EXIT_OK: /* FALLTHRU */ in dialog_form()
HDtimebox.c373 result = DLG_EXIT_OK; in dialog_timebox()
HDmixedgauge.c407 return dlg_finish_mixedgauge(&dlg, DLG_EXIT_OK); in dialog_mixedgauge()
HDui_getc.c635 _exit(pid > 0 ? DLG_EXIT_OK : DLG_EXIT_ERROR); in dlg_killall_bg()
HDeditbox.c747 if (result == DLG_EXIT_OK) { in dlg_editbox()
HDtreeview.c633 case DLG_EXIT_OK: /* FALLTHRU */ in dialog_treeview()
HDchecklist.c661 case DLG_EXIT_OK: /* FALLTHRU */ in dialog_checklist()
HDmenubox.c208 case DLG_EXIT_OK: /* FALLTHRU */ in handle_button()
HDfselect.c870 result = (state > 0) ? dlg_enter_buttoncode(state) : DLG_EXIT_OK; in dlg_fselect()
HDbuildlist.c1231 case DLG_EXIT_OK: /* FALLTHRU */ in dialog_buildlist()
HDutil.c1843 { DLG_EXIT_OK, "DIALOG_OK" }, in dlg_exit()