Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dtimebox.c121 CleanupResult(int code, WINDOW *dialog, char *prompt, DIALOG_VARS * save_vars) in CleanupResult() function
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()
429 return CleanupResult(result, dialog, prompt, &save_vars); in dialog_timebox()
H A Dcalendar.c626 CleanupResult(int code, WINDOW *dialog, char *prompt, DIALOG_VARS * save_vars) in CleanupResult() function
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()
1015 return CleanupResult(result, dialog, prompt, &save_vars); in dialog_calendar()