Home
last modified time | relevance | path

Searched refs:list_height (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/dialog/
HDtreeview.c159 int list_height, in dlg_treeview() argument
252 use_height = list_height; in dlg_treeview()
571 int list_height, in dialog_treeview() argument
607 list_height, in dialog_treeview()
HDchecklist.c156 int list_height, in dlg_checklist() argument
240 all.use_height = list_height; in dlg_checklist()
598 int list_height, in dialog_checklist() argument
631 list_height, in dialog_checklist()
HDbuildlist.c416 int list_height, in dlg_buildlist() argument
502 all.use_height = list_height; in dlg_buildlist()
1019 int list_height, in dialog_buildlist() argument
1051 list_height, in dialog_buildlist()
HDutil.c1842 dlg_calc_listh(int *height, int *list_height, int item_no) in dlg_calc_listh() argument
1848 *list_height = item_no; in dlg_calc_listh()
1850 *list_height = rows - (*height); in dlg_calc_listh()
1852 (*height) += (*list_height); in dlg_calc_listh()
HDCHANGES1873 + check for list_height less than one in checklist.c (Debian