Searched refs:list_height (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | checklist.c | 156 int list_height, in dlg_checklist() argument 213 DLG_TRACE2N("lheight", list_height); in dlg_checklist() 256 all.use_height = list_height; in dlg_checklist() 620 int list_height, in dialog_checklist() argument 653 list_height, in dialog_checklist()
|
H A D | treeview.c | 159 int list_height, in dlg_treeview() argument 254 use_height = list_height; in dlg_treeview() 578 int list_height, in dialog_treeview() argument 596 DLG_TRACE2N("lheight", list_height); in dialog_treeview() 624 list_height, in dialog_treeview()
|
H A D | buildlist.c | 511 int list_height, in dlg_buildlist() argument 604 all.use_height = list_height; in dlg_buildlist() 1180 int list_height, in dialog_buildlist() argument 1199 DLG_TRACE2N("lheight", list_height); in dialog_buildlist() 1223 list_height, in dialog_buildlist()
|
H A D | util.c | 2082 dlg_calc_listh(int *height, int *list_height, int item_no) in dlg_calc_listh() argument 2088 *list_height = item_no; in dlg_calc_listh() 2090 *list_height = rows - (*height); in dlg_calc_listh() 2092 (*height) += (*list_height); in dlg_calc_listh()
|
H A D | CHANGES | 2405 + check for list_height less than one in checklist.c (Debian
|