Lines Matching refs:cprompt
84 start_obj(MY_OBJ * obj, const char *title, const char *cprompt) in start_obj() argument
88 obj->prompt = dlg_strclone(cprompt); in start_obj()
278 pause_for_ok(MY_OBJ * obj, const char *title, const char *cprompt) in pause_for_ok() argument
297 (void) cprompt; in pause_for_ok()
352 start_obj(obj, title, cprompt); in pause_for_ok()
383 const char *cprompt, in dlg_progressbox() argument
397 DLG_TRACE2S("message", cprompt); in dlg_progressbox()
418 start_obj(obj, title, cprompt); in dlg_progressbox()
462 result = pause_for_ok(obj, title, cprompt); in dlg_progressbox()
477 dialog_progressbox(const char *title, const char *cprompt, int height, int width) in dialog_progressbox() argument
481 cprompt, in dialog_progressbox()