Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dpause.c103 dlg_auto_size(title, prompt, &height, &width, in dialog_pause()
108 dlg_auto_size(title, prompt, &height, &width, in dialog_pause()
H A Dinputbox.c115 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 Dyesno.c74 dlg_auto_size(title, prompt, &height, &width, 2, min_width); in dialog_yesno()
H A Dmsgbox.c84 dlg_auto_size(title, prompt, &height, &width, in dialog_msgbox()
H A Dchecklist.c261 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 Dtreeview.c259 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 Dmenubox.c396 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 Ddialog.h326 #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 Drangebox.c235 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dialog_rangebox()
H A Dformbox.c542 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 Dguage.c316 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dlg_reallocate_gauge()
H A Dmixedgauge.c315 dlg_auto_size(dlg->title, dlg->prompt, in dlg_begin_mixedgauge()
H A Dtimebox.c212 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dialog_timebox()
H A Dprogressbox.c90 dlg_auto_size(title, obj->prompt, &obj->high, &obj->wide, MIN_HIGH, MIN_WIDE); in start_obj()
H A Dbuildlist.c612 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 Deditbox.c395 dlg_auto_size(title, "", &height, &width, 3 * LINES / 4, mincols); in dlg_editbox()
H A Dcalendar.c803 dlg_auto_size(title, prompt, &height, &width, 0, mincols); in dialog_calendar()
H A Dfselect.c648 dlg_auto_size(title, "", &height, &width, MIN_HIGH + min_items, min_wide); in dlg_fselect()
H A Ddialog.c1468 dlg_auto_size(NULL, text, &height2, &width2, height, width); in PrintTextOnly()
H A Dutil.c1426 dlg_auto_size(const char *title, in dlg_auto_size() function
/freebsd/contrib/dialog/package/
H A Ddialog.sym71 dlg_auto_size
H A Ddialog.map54 dlg_auto_size;