Searched refs:DLG_EXIT_ERROR (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | timebox.c | 223 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 D | help.c | 35 int result = DLG_EXIT_ERROR; in dialog_helpfile()
|
H A D | ui_getc.c | 600 dlg_exit(DLG_EXIT_ERROR); in finish_bg() 635 _exit(pid > 0 ? DLG_EXIT_OK : DLG_EXIT_ERROR); in dlg_killall_bg()
|
H A D | buttons.c | 662 int result = DLG_EXIT_ERROR; in dlg_ok_buttoncode() 785 int result = DLG_EXIT_ERROR; in dlg_yes_buttoncode()
|
H A D | calendar.c | 840 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 D | fselect.c | 675 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 D | menubox.c | 240 return DLG_EXIT_ERROR; in dlg_dummy_menutext() 690 if (result == DLG_EXIT_ERROR) { in dlg_menu()
|
H A D | tailbox.c | 268 if (*result != DLG_EXIT_ERROR) { in handle_my_getc()
|
H A D | editbox.c | 511 result = DLG_EXIT_ERROR; in dlg_editbox()
|
H A D | dialog.c | 1406 int code = DLG_EXIT_ERROR; in button_code() 1416 if (code == DLG_EXIT_ERROR) { in button_code()
|
H A D | dialog.h | 152 #define DLG_EXIT_ERROR -1 /* the shell sees this as 255 */ macro
|
H A D | dlg_keys.c | 333 *resultp = DLG_EXIT_ERROR; in dlg_result_key()
|
H A D | util.c | 1839 { 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 D | CHANGES | 41 with an exit-status different from DLG_EXIT_ERROR or DLG_EXIT_ESC
|