Searched refs:dlg_calc_listh (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/dialog/package/ |
H A D | dialog.sym | 85 dlg_calc_listh
|
H A D | dialog.map | 63 dlg_calc_listh;
|
/freebsd/contrib/dialog/ |
H A D | dialog.h | 331 #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 D | checklist.c | 262 dlg_calc_listh(&height, &all.use_height, item_no); in dlg_checklist()
|
H A D | treeview.c | 260 dlg_calc_listh(&height, &use_height, item_no); in dlg_treeview()
|
H A D | menubox.c | 397 dlg_calc_listh(&height, &all.menu_height, item_no); in dlg_menu()
|
H A D | buildlist.c | 613 dlg_calc_listh(&height, &all.use_height, item_no); in dlg_buildlist()
|
H A D | util.c | 2082 dlg_calc_listh(int *height, int *list_height, int item_no) in dlg_calc_listh() function
|