/freebsd/contrib/dialog/ |
H A D | pause.c | 103 dlg_auto_size(title, prompt, &height, &width, in dialog_pause() 108 dlg_auto_size(title, prompt, &height, &width, in dialog_pause()
|
H A D | inputbox.c | 115 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, in dialog_inputbox() 121 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dialog_inputbox()
|
H A D | yesno.c | 74 dlg_auto_size(title, prompt, &height, &width, 2, min_width); in dialog_yesno()
|
H A D | msgbox.c | 84 dlg_auto_size(title, prompt, &height, &width, in dialog_msgbox()
|
H A D | checklist.c | 261 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width); in dlg_checklist() 264 dlg_auto_size(title, prompt, in dlg_checklist()
|
H A D | treeview.c | 259 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width); in dlg_treeview() 262 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH + use_height, use_width); in dlg_treeview()
|
H A D | menubox.c | 396 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width); in dlg_menu() 399 dlg_auto_size(title, prompt, in dlg_menu()
|
H A D | dialog.h | 326 #define auto_size(t,s,h,w,xl,mc) dlg_auto_size(t,s,h,w,xl,mc) 843 extern void dlg_auto_size(const char * /*title*/, const char * /*prompt*/, int * /*height*/, int * …
|
H A D | rangebox.c | 235 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dialog_rangebox()
|
H A D | formbox.c | 542 dlg_auto_size(title, prompt, &height, &width, in dlg_form() 555 dlg_auto_size(title, prompt, &thigh, &twide, 0, width); in dlg_form()
|
H A D | guage.c | 316 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_reallocate_gauge()
|
H A D | mixedgauge.c | 315 dlg_auto_size(dlg->title, dlg->prompt, in dlg_begin_mixedgauge()
|
H A D | timebox.c | 212 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dialog_timebox()
|
H A D | progressbox.c | 90 dlg_auto_size(title, obj->prompt, &obj->high, &obj->wide, MIN_HIGH, MIN_WIDE); in start_obj()
|
H A D | buildlist.c | 612 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, all.use_width); in dlg_buildlist() 615 dlg_auto_size(title, prompt, in dlg_buildlist()
|
H A D | editbox.c | 395 dlg_auto_size(title, "", &height, &width, 3 * LINES / 4, mincols); in dlg_editbox()
|
H A D | calendar.c | 803 dlg_auto_size(title, prompt, &height, &width, 0, mincols); in dialog_calendar()
|
H A D | fselect.c | 648 dlg_auto_size(title, "", &height, &width, MIN_HIGH + min_items, min_wide); in dlg_fselect()
|
H A D | dialog.c | 1468 dlg_auto_size(NULL, text, &height2, &width2, height, width); in PrintTextOnly()
|
H A D | util.c | 1426 dlg_auto_size(const char *title, in dlg_auto_size() function
|
/freebsd/contrib/dialog/package/ |
H A D | dialog.sym | 71 dlg_auto_size
|
H A D | dialog.map | 54 dlg_auto_size;
|