Searched refs:DLG_EXIT_ERROR (Results 1 – 14 of 14) sorted by relevance
| /dragonfly/contrib/dialog/ |
| HD | timebox.c | 225 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()
|
| HD | help.c | 35 int result = DLG_EXIT_ERROR; in dialog_helpfile()
|
| HD | ui_getc.c | 584 dlg_exit(DLG_EXIT_ERROR); in finish_bg() 619 _exit(pid > 0 ? DLG_EXIT_OK : DLG_EXIT_ERROR); in dlg_killall_bg()
|
| HD | fselect.c | 654 result = DLG_EXIT_ERROR; in dlg_fselect() 680 result = DLG_EXIT_ERROR; in dlg_fselect() 700 result = DLG_EXIT_ERROR; in dlg_fselect()
|
| HD | calendar.c | 832 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()
|
| HD | buttons.c | 658 int result = DLG_EXIT_ERROR; in dlg_ok_buttoncode() 778 int result = DLG_EXIT_ERROR; in dlg_yes_buttoncode()
|
| HD | menubox.c | 240 return DLG_EXIT_ERROR; in dlg_dummy_menutext() 698 if (result == DLG_EXIT_ERROR) { in dlg_menu()
|
| HD | tailbox.c | 267 if (*result != DLG_EXIT_ERROR) { in handle_my_getc()
|
| HD | dialog.h | 130 #define DLG_EXIT_ERROR -1 /* the shell sees this as 255 */ macro
|
| HD | editbox.c | 509 result = DLG_EXIT_ERROR; in dlg_editbox()
|
| HD | dialog.c | 1398 int code = DLG_EXIT_ERROR; in button_code() 1408 if (code == DLG_EXIT_ERROR) { in button_code()
|
| HD | dlg_keys.c | 374 *resultp = DLG_EXIT_ERROR; in dlg_result_key()
|
| HD | util.c | 1822 { DLG_EXIT_ERROR, "DIALOG_ERROR" }, in dlg_exit() 1960 dlg_exit(strcmp(fmt, "timeout") == 0 ? DLG_EXIT_TIMEOUT : DLG_EXIT_ERROR); in dlg_exiterr()
|
| HD | CHANGES | 135 with an exit-status different from DLG_EXIT_ERROR or DLG_EXIT_ESC
|