Home
last modified time | relevance | path

Searched refs:form_height (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/dialog/
H A Dformbox.c467 int form_height, in dlg_form() argument
527 DLG_TRACE2N("lheight", form_height); in dlg_form()
546 if (form_height == 0) in dlg_form()
547 form_height = min_height; in dlg_form()
550 form_height = MIN(SLINES - height, form_height); in dlg_form()
551 height += form_height; in dlg_form()
557 form_height = MIN(thigh, form_height); in dlg_form()
586 form = dlg_sub_window(dialog, form_height, form_width, y + box_y + 1, in dlg_form()
591 dlg_draw_box(dialog, box_y, box_x, form_height + 2, form_width + 2, in dlg_form()
618 scrollamt + form_height + 1, in dlg_form()
[all …]
H A Dmixedform.c47 int form_height, in dialog_mixedform() argument
86 form_height, in dialog_mixedform()