Searched refs:DLG_EXIT_OK (Results 1 – 25 of 25) sorted by relevance
173 result = DLG_EXIT_OK; in dialog_msgbox()193 result = DLG_EXIT_OK; in dialog_msgbox()
811 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()
243 result = DLG_EXIT_OK; in dialog_pause()258 return ((result == DLG_EXIT_UNKNOWN) ? DLG_EXIT_OK : result); in dialog_pause()
250 *result = DLG_EXIT_OK; in handle_my_getc()411 result = DLG_EXIT_OK; in dialog_tailbox()
92 case DLG_EXIT_OK: /* FALLTHRU */ in dialog_mixedform()
251 *result = DLG_EXIT_OK; in handle_my_getc()455 return (DLG_EXIT_OK); in dialog_gauge()
154 result = DLG_EXIT_OK; in dialog_yesno()
361 result = DLG_EXIT_OK; in pause_for_ok()465 result = DLG_EXIT_OK; in dlg_progressbox()
666 result = DLG_EXIT_OK; in dlg_ok_buttoncode()790 result = DLG_EXIT_OK; in dlg_yes_buttoncode()
564 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()
243 result = (state >= 0) ? dlg_enter_buttoncode(state) : DLG_EXIT_OK; in dialog_inputbox()
153 #define DLG_EXIT_OK 0 macro920 #define dlg_enter_buttoncode(code) (dialog_vars.nook ? DLG_EXIT_OK : dlg_ok_buttoncode(code))
298 *resultp = DLG_EXIT_OK; in dlg_result_key()353 case DLG_EXIT_OK: in dlg_button_key()
397 result = DLG_EXIT_OK; in dialog_rangebox()
700 result = (state >= 0) ? dlg_enter_buttoncode(state) : DLG_EXIT_OK; in dlg_form()976 case DLG_EXIT_OK: /* FALLTHRU */ in dialog_form()
407 return dlg_finish_mixedgauge(&dlg, DLG_EXIT_OK); in dialog_mixedgauge()
373 result = DLG_EXIT_OK; in dialog_timebox()
635 _exit(pid > 0 ? DLG_EXIT_OK : DLG_EXIT_ERROR); in dlg_killall_bg()
747 if (result == DLG_EXIT_OK) { in dlg_editbox()
661 case DLG_EXIT_OK: /* FALLTHRU */ in dialog_checklist()
633 case DLG_EXIT_OK: /* FALLTHRU */ in dialog_treeview()
208 case DLG_EXIT_OK: /* FALLTHRU */ in handle_button()
870 result = (state > 0) ? dlg_enter_buttoncode(state) : DLG_EXIT_OK; in dlg_fselect()
1231 case DLG_EXIT_OK: /* FALLTHRU */ in dialog_buildlist()
1843 { DLG_EXIT_OK, "DIALOG_OK" }, in dlg_exit()