Home
last modified time | relevance | path

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

/NextBSD/contrib/dialog/
HDdialog.h314 #define calc_listh(h,lh,in) dlg_calc_listh(h,lh,in)
768 extern void dlg_calc_listh(int * /*height*/, int * /*list_height*/, int /*item_no*/);
HDtreeview.c258 dlg_calc_listh(&height, &use_height, item_no); in dlg_treeview()
HDchecklist.c246 dlg_calc_listh(&height, &all.use_height, item_no); in dlg_checklist()
HDmenubox.c369 dlg_calc_listh(&height, &all.menu_height, item_no); in dlg_menu()
HDbuildlist.c511 dlg_calc_listh(&height, &all.use_height, item_no); in dlg_buildlist()
HDutil.c1842 dlg_calc_listh(int *height, int *list_height, int item_no) in dlg_calc_listh() function