Searched refs:dbox_height (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/dialog/
H A Dfselect.c577 int dbox_y, dbox_x, dbox_width, dbox_height; local
665 dbox_height = height - MIN_HIGH;
669 w_work = derwin(dialog, dbox_height, dbox_width, dbox_y, dbox_x);
679 dbox_height + (MARGIN + 1), dbox_width + (MARGIN + 1),
685 fbox_height = dbox_height;

Completed in 158 milliseconds