Lines Matching refs:prompt
43 char *prompt; member
134 dlg_print_autowrap(dialog, obj->prompt, obj->height, obj->width); in repaint_text()
218 if (obj->prompt != obj->prompt_buf) in handle_input()
219 free(obj->prompt); in handle_input()
220 obj->prompt = obj->prompt_buf; in handle_input()
270 if (obj->prompt != obj->prompt_buf) { in my_cleanup()
271 free(obj->prompt); in my_cleanup()
272 obj->prompt = obj->prompt_buf; in my_cleanup()
304 char *prompt = dlg_strclone(cprompt); in dlg_reallocate_gauge() local
309 dlg_tab_correct_str(prompt); in dlg_reallocate_gauge()
316 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_reallocate_gauge()
347 dlg_finish_string(obj->prompt); in dlg_reallocate_gauge()
348 free(obj->prompt); in dlg_reallocate_gauge()
350 obj->prompt = prompt; in dlg_reallocate_gauge()
383 if (obj->prompt) in dlg_free_gauge()
384 free(obj->prompt); in dlg_free_gauge()