Searched refs:DLG_EXIT_ERROR (Results 1 - 12 of 12) sorted by path

/freebsd-11-stable/contrib/dialog/
H A Dbuttons.c620 int result = DLG_EXIT_ERROR;
741 int result = DLG_EXIT_ERROR;
H A Dcalendar.c521 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars);
533 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars);
545 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars);
H A Ddialog.c1197 int code = DLG_EXIT_ERROR;
1207 if (code == DLG_EXIT_ERROR) {
H A Ddialog.h139 #define DLG_EXIT_ERROR -1 /* the shell sees this as 255 */ macro
H A Ddlg_keys.c306 *resultp = DLG_EXIT_ERROR;
H A Deditbox.c490 result = DLG_EXIT_ERROR;
H A Dfselect.c644 result = DLG_EXIT_ERROR;
671 result = DLG_EXIT_ERROR;
692 result = DLG_EXIT_ERROR;
H A Dhelp.c35 int result = DLG_EXIT_ERROR;
H A Dmenubox.c227 return DLG_EXIT_ERROR;
655 if (result == DLG_EXIT_ERROR) {
H A Dtimebox.c216 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars);
245 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars);
259 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars);
273 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars);
H A Dui_getc.c578 dlg_exit(DLG_EXIT_ERROR);
613 _exit(pid > 0 ? DLG_EXIT_OK : DLG_EXIT_ERROR);
H A Dutil.c1694 { DLG_EXIT_ERROR, "DIALOG_ERROR" },
1783 dlg_exit(DLG_EXIT_ERROR);

Completed in 145 milliseconds