Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Dfselect.c581 int dbox_y, dbox_x, dbox_width, dbox_height; in dlg_fselect() local
675 dbox_y = (2 * MARGIN + 1); in dlg_fselect()
678 w_work = dlg_der_window(dialog, dbox_height, dbox_width, dbox_y, dbox_x); in dlg_fselect()
684 (void) mvwaddstr(dialog, dbox_y - (MARGIN + 1), dbox_x - MARGIN, d_label); in dlg_fselect()
686 dbox_y - MARGIN, dbox_x - MARGIN, in dlg_fselect()
695 fbox_y = dbox_y; in dlg_fselect()