Searched refs:dlg_calc_listh (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/dialog/ |
| HD | dialog.h | 314 #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*/);
|
| HD | treeview.c | 258 dlg_calc_listh(&height, &use_height, item_no); in dlg_treeview()
|
| HD | checklist.c | 246 dlg_calc_listh(&height, &all.use_height, item_no); in dlg_checklist()
|
| HD | menubox.c | 369 dlg_calc_listh(&height, &all.menu_height, item_no); in dlg_menu()
|
| HD | buildlist.c | 511 dlg_calc_listh(&height, &all.use_height, item_no); in dlg_buildlist()
|
| HD | util.c | 1842 dlg_calc_listh(int *height, int *list_height, int item_no) in dlg_calc_listh() function
|