Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dtimebox.c223 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_timebox()
252 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_timebox()
266 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_timebox()
280 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_timebox()
H A Dhelp.c35 int result = DLG_EXIT_ERROR; in dialog_helpfile()
H A Dui_getc.c600 dlg_exit(DLG_EXIT_ERROR); in finish_bg()
635 _exit(pid > 0 ? DLG_EXIT_OK : DLG_EXIT_ERROR); in dlg_killall_bg()
H A Dbuttons.c662 int result = DLG_EXIT_ERROR; in dlg_ok_buttoncode()
785 int result = DLG_EXIT_ERROR; in dlg_yes_buttoncode()
H A Dcalendar.c840 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_calendar()
853 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_calendar()
866 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_calendar()
H A Dfselect.c675 result = DLG_EXIT_ERROR; in dlg_fselect()
701 result = DLG_EXIT_ERROR; in dlg_fselect()
721 result = DLG_EXIT_ERROR; in dlg_fselect()
H A Dmenubox.c240 return DLG_EXIT_ERROR; in dlg_dummy_menutext()
690 if (result == DLG_EXIT_ERROR) { in dlg_menu()
H A Dtailbox.c268 if (*result != DLG_EXIT_ERROR) { in handle_my_getc()
H A Deditbox.c511 result = DLG_EXIT_ERROR; in dlg_editbox()
H A Ddialog.c1406 int code = DLG_EXIT_ERROR; in button_code()
1416 if (code == DLG_EXIT_ERROR) { in button_code()
H A Ddialog.h152 #define DLG_EXIT_ERROR -1 /* the shell sees this as 255 */ macro
H A Ddlg_keys.c333 *resultp = DLG_EXIT_ERROR; in dlg_result_key()
H A Dutil.c1839 { DLG_EXIT_ERROR, "DIALOG_ERROR" }, in dlg_exit()
1977 dlg_exit(strcmp(fmt, "timeout") == 0 ? DLG_EXIT_TIMEOUT : DLG_EXIT_ERROR); in dlg_exiterr()
H A DCHANGES41 with an exit-status different from DLG_EXIT_ERROR or DLG_EXIT_ESC