Home
last modified time | relevance | path

Searched refs:dlg_calc_listh (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/dialog/package/
H A Ddialog.sym85 dlg_calc_listh
H A Ddialog.map63 dlg_calc_listh;
/freebsd/contrib/dialog/
H A Ddialog.h331 #define calc_listh(h,lh,in) dlg_calc_listh(h,lh,in)
846 extern void dlg_calc_listh(int * /*height*/, int * /*list_height*/, int /*item_no*/);
H A Dchecklist.c262 dlg_calc_listh(&height, &all.use_height, item_no); in dlg_checklist()
H A Dtreeview.c260 dlg_calc_listh(&height, &use_height, item_no); in dlg_treeview()
H A Dmenubox.c397 dlg_calc_listh(&height, &all.menu_height, item_no); in dlg_menu()
H A Dbuildlist.c613 dlg_calc_listh(&height, &all.use_height, item_no); in dlg_buildlist()
H A Dutil.c2082 dlg_calc_listh(int *height, int *list_height, int item_no) in dlg_calc_listh() function