Home
last modified time | relevance | path

Searched refs:dlg_auto_size (Results 1 – 20 of 20) sorted by relevance

/NextBSD/contrib/dialog/
HDpause.c96 dlg_auto_size(title, prompt, &height, &width, in dialog_pause()
101 dlg_auto_size(title, prompt, &height, &width, in dialog_pause()
HDinputbox.c100 dlg_auto_size(title, prompt, &height, &width, 5, in dialog_inputbox()
106 dlg_auto_size(title, prompt, &height, &width, 5, 26); in dialog_inputbox()
HDyesno.c66 dlg_auto_size(title, prompt, &height, &width, 2, min_width); in dialog_yesno()
HDmsgbox.c77 dlg_auto_size(title, prompt, &height, &width, in dialog_msgbox()
HDtreeview.c257 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width); in dlg_treeview()
260 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH + use_height, use_width); in dlg_treeview()
HDchecklist.c245 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width); in dlg_checklist()
248 dlg_auto_size(title, prompt, in dlg_checklist()
HDprogressbox.c210 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_progressbox()
HDdialog.h309 #define auto_size(t,s,h,w,xl,mc) dlg_auto_size(t,s,h,w,xl,mc)
765 extern void dlg_auto_size(const char * /*title*/, const char * /*prompt*/, int * /*height*/, int * …
HDmenubox.c368 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width); in dlg_menu()
371 dlg_auto_size(title, prompt, in dlg_menu()
HDtimebox.c203 dlg_auto_size(title, prompt, &height, &width, 0, 0); in dialog_timebox()
HDrangebox.c238 dlg_auto_size(title, prompt, &height, &width, 0, 0); in dialog_rangebox()
HDmixedgauge.c310 dlg_auto_size(dlg->title, dlg->prompt, in dlg_begin_mixedgauge()
HDguage.c308 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_reallocate_gauge()
HDformbox.c523 dlg_auto_size(title, prompt, &height, &width, in dlg_form()
536 dlg_auto_size(title, prompt, &thigh, &twide, 0, width); in dlg_form()
HDbuildlist.c510 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, all.use_width); in dlg_buildlist()
513 dlg_auto_size(title, prompt, in dlg_buildlist()
HDeditbox.c375 dlg_auto_size(title, "", &height, &width, 3 * LINES / 4, mincols); in dlg_editbox()
HDcalendar.c488 dlg_auto_size(title, prompt, &height, &width, 0, mincols); in dialog_calendar()
HDfselect.c615 dlg_auto_size(title, (char *) 0, &height, &width, 6, 25); in dlg_fselect()
HDutil.c1305 dlg_auto_size(const char *title, in dlg_auto_size() function
/NextBSD/usr.sbin/bsdinstall/partedit/
HDdiskeditor.c123 dlg_auto_size(title, prompt, &height, &width, 2, min_width); in diskeditor_show()