Searched refs:fbox_y (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/dialog/ |
| D | fselect.c | 578 int fbox_y, fbox_x, fbox_width, fbox_height; in dlg_fselect() local 687 fbox_y = dbox_y; in dlg_fselect() 690 w_work = derwin(dialog, fbox_height, fbox_width, fbox_y, fbox_x); in dlg_fselect() 697 (void) mvwaddstr(dialog, fbox_y - (MARGIN + 1), fbox_x - MARGIN, f_label); in dlg_fselect() 699 fbox_y - MARGIN, fbox_x - MARGIN, in dlg_fselect()
|