Home
last modified time | relevance | path

Searched refs:DLG_EXIT_ERROR (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/dialog/
HDtimebox.c225 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_timebox()
254 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_timebox()
268 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_timebox()
282 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_timebox()
HDhelp.c35 int result = DLG_EXIT_ERROR; in dialog_helpfile()
HDui_getc.c584 dlg_exit(DLG_EXIT_ERROR); in finish_bg()
619 _exit(pid > 0 ? DLG_EXIT_OK : DLG_EXIT_ERROR); in dlg_killall_bg()
HDfselect.c654 result = DLG_EXIT_ERROR; in dlg_fselect()
680 result = DLG_EXIT_ERROR; in dlg_fselect()
700 result = DLG_EXIT_ERROR; in dlg_fselect()
HDcalendar.c832 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_calendar()
845 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_calendar()
858 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_calendar()
HDbuttons.c658 int result = DLG_EXIT_ERROR; in dlg_ok_buttoncode()
778 int result = DLG_EXIT_ERROR; in dlg_yes_buttoncode()
HDmenubox.c240 return DLG_EXIT_ERROR; in dlg_dummy_menutext()
698 if (result == DLG_EXIT_ERROR) { in dlg_menu()
HDtailbox.c267 if (*result != DLG_EXIT_ERROR) { in handle_my_getc()
HDdialog.h130 #define DLG_EXIT_ERROR -1 /* the shell sees this as 255 */ macro
HDeditbox.c509 result = DLG_EXIT_ERROR; in dlg_editbox()
HDdialog.c1398 int code = DLG_EXIT_ERROR; in button_code()
1408 if (code == DLG_EXIT_ERROR) { in button_code()
HDdlg_keys.c374 *resultp = DLG_EXIT_ERROR; in dlg_result_key()
HDutil.c1822 { DLG_EXIT_ERROR, "DIALOG_ERROR" }, in dlg_exit()
1960 dlg_exit(strcmp(fmt, "timeout") == 0 ? DLG_EXIT_TIMEOUT : DLG_EXIT_ERROR); in dlg_exiterr()
HDCHANGES135 with an exit-status different from DLG_EXIT_ERROR or DLG_EXIT_ESC