| /NextBSD/contrib/dialog/ |
| HD | pause.c | 96 dlg_auto_size(title, prompt, &height, &width, in dialog_pause() 101 dlg_auto_size(title, prompt, &height, &width, in dialog_pause()
|
| HD | inputbox.c | 100 dlg_auto_size(title, prompt, &height, &width, 5, in dialog_inputbox() 106 dlg_auto_size(title, prompt, &height, &width, 5, 26); in dialog_inputbox()
|
| HD | yesno.c | 66 dlg_auto_size(title, prompt, &height, &width, 2, min_width); in dialog_yesno()
|
| HD | msgbox.c | 77 dlg_auto_size(title, prompt, &height, &width, in dialog_msgbox()
|
| HD | treeview.c | 257 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()
|
| HD | checklist.c | 245 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width); in dlg_checklist() 248 dlg_auto_size(title, prompt, in dlg_checklist()
|
| HD | progressbox.c | 210 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_progressbox()
|
| HD | dialog.h | 309 #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 * …
|
| HD | menubox.c | 368 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width); in dlg_menu() 371 dlg_auto_size(title, prompt, in dlg_menu()
|
| HD | timebox.c | 203 dlg_auto_size(title, prompt, &height, &width, 0, 0); in dialog_timebox()
|
| HD | rangebox.c | 238 dlg_auto_size(title, prompt, &height, &width, 0, 0); in dialog_rangebox()
|
| HD | mixedgauge.c | 310 dlg_auto_size(dlg->title, dlg->prompt, in dlg_begin_mixedgauge()
|
| HD | guage.c | 308 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_reallocate_gauge()
|
| HD | formbox.c | 523 dlg_auto_size(title, prompt, &height, &width, in dlg_form() 536 dlg_auto_size(title, prompt, &thigh, &twide, 0, width); in dlg_form()
|
| HD | buildlist.c | 510 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, all.use_width); in dlg_buildlist() 513 dlg_auto_size(title, prompt, in dlg_buildlist()
|
| HD | editbox.c | 375 dlg_auto_size(title, "", &height, &width, 3 * LINES / 4, mincols); in dlg_editbox()
|
| HD | calendar.c | 488 dlg_auto_size(title, prompt, &height, &width, 0, mincols); in dialog_calendar()
|
| HD | fselect.c | 615 dlg_auto_size(title, (char *) 0, &height, &width, 6, 25); in dlg_fselect()
|
| HD | util.c | 1305 dlg_auto_size(const char *title, in dlg_auto_size() function
|
| /NextBSD/usr.sbin/bsdinstall/partedit/ |
| HD | diskeditor.c | 123 dlg_auto_size(title, prompt, &height, &width, 2, min_width); in diskeditor_show()
|