Home
last modified time | relevance | path

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

12

/dragonfly/contrib/dialog/
H A Dmsgbox.c173 result = DLG_EXIT_OK; in dialog_msgbox()
193 result = DLG_EXIT_OK; in dialog_msgbox()
H A Ddialog.c804 case DLG_EXIT_OK: in show_result()
1389 { "ok", DLG_EXIT_OK }, in button_code()
1390 { "yes", DLG_EXIT_OK }, in button_code()
1604 dlg_exit(DLG_EXIT_OK); in Help()
1838 int retval = DLG_EXIT_OK; in main()
1899 dlg_exit(DLG_EXIT_OK); in main()
1963 dlg_exit(DLG_EXIT_OK); in main()
1983 dlg_exit(DLG_EXIT_OK); in main()
1994 dlg_exit(DLG_EXIT_OK); in main()
2125 if (retval != DLG_EXIT_OK) in main()
H A Dpause.c243 result = DLG_EXIT_OK; in dialog_pause()
258 return ((result == DLG_EXIT_UNKNOWN) ? DLG_EXIT_OK : result); in dialog_pause()
H A Dtailbox.c249 *result = DLG_EXIT_OK; in handle_my_getc()
410 result = DLG_EXIT_OK; in dialog_tailbox()
H A Dguage.c252 *result = DLG_EXIT_OK; in handle_my_getc()
456 return (DLG_EXIT_OK); in dialog_gauge()
H A Dmixedform.c92 case DLG_EXIT_OK: /* FALLTHRU */ in dialog_mixedform()
H A Dprogressbox.c357 result = DLG_EXIT_OK; in pause_for_ok()
461 result = DLG_EXIT_OK; in dlg_progressbox()
H A Dyesno.c154 result = DLG_EXIT_OK; in dialog_yesno()
H A Dtextbox.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()
H A Dbuttons.c662 result = DLG_EXIT_OK; in dlg_ok_buttoncode()
783 result = DLG_EXIT_OK; in dlg_yes_buttoncode()
H A Ddialog.h131 #define DLG_EXIT_OK 0 macro
771 #define dlg_enter_buttoncode(code) (dialog_vars.nook ? DLG_EXIT_OK : dlg_ok_buttoncode(code))
H A Dinputbox.c250 result = (state >= 0) ? dlg_enter_buttoncode(state) : DLG_EXIT_OK; in dialog_inputbox()
H A Ddlg_keys.c339 *resultp = DLG_EXIT_OK; in dlg_result_key()
394 case DLG_EXIT_OK: in dlg_button_key()
H A Drangebox.c397 result = DLG_EXIT_OK; in dialog_rangebox()
H A Dformbox.c700 result = (state >= 0) ? dlg_enter_buttoncode(state) : DLG_EXIT_OK; in dlg_form()
977 case DLG_EXIT_OK: /* FALLTHRU */ in dialog_form()
H A Dmixedgauge.c407 return dlg_finish_mixedgauge(&dlg, DLG_EXIT_OK); in dialog_mixedgauge()
H A Dtimebox.c375 result = DLG_EXIT_OK; in dialog_timebox()
H A Dui_getc.c619 _exit(pid > 0 ? DLG_EXIT_OK : DLG_EXIT_ERROR); in dlg_killall_bg()
H A Deditbox.c747 if (result == DLG_EXIT_OK) { in dlg_editbox()
H A Dchecklist.c666 case DLG_EXIT_OK: /* FALLTHRU */ in dialog_checklist()
H A Dtreeview.c641 case DLG_EXIT_OK: /* FALLTHRU */ in dialog_treeview()
H A Dmenubox.c208 case DLG_EXIT_OK: /* FALLTHRU */ in handle_button()
H A Dfselect.c849 result = (state > 0) ? dlg_enter_buttoncode(state) : DLG_EXIT_OK; in dlg_fselect()
H A Dbuildlist.c1229 case DLG_EXIT_OK: /* FALLTHRU */ in dialog_buildlist()
/dragonfly/usr.sbin/tzsetup/
H A Dtzsetup.c183 case DLG_EXIT_OK: in xdialog_menu()

12