Home
last modified time | relevance | path

Searched refs:CleanupResult (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/dialog/
H A Dtimebox.c122 CleanupResult(int code, WINDOW *dialog, char *prompt, DIALOG_VARS * save_vars) in CleanupResult() function
216 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_timebox()
245 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_timebox()
259 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_timebox()
273 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_timebox()
417 return CleanupResult(result, dialog, prompt, &save_vars); in dialog_timebox()
H A Dcalendar.c369 CleanupResult(int code, WINDOW *dialog, char *prompt, DIALOG_VARS * save_vars) in CleanupResult() function
521 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_calendar()
533 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_calendar()
545 return CleanupResult(DLG_EXIT_ERROR, dialog, prompt, &save_vars); in dialog_calendar()
686 return CleanupResult(result, dialog, prompt, &save_vars); in dialog_calendar()