Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/dialog/
H A Dfselect.c584 int fbox_y, fbox_x, fbox_width, fbox_height; in dlg_fselect() local
698 fbox_width = dbox_width; in dlg_fselect()
702 w_work = derwin(dialog, fbox_height, fbox_width, fbox_y, fbox_x); in dlg_fselect()
712 fbox_height + (MARGIN + 1), fbox_width + (MARGIN + 1), in dlg_fselect()