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

/freebsd-12-stable/contrib/dialog/
H A Dfselect.c578 int fbox_y, fbox_x, fbox_width, fbox_height; local
688 fbox_x = tbox_x + dbox_width + (2 * MARGIN);
690 w_work = derwin(dialog, fbox_height, fbox_width, fbox_y, fbox_x);
697 (void) mvwaddstr(dialog, fbox_y - (MARGIN + 1), fbox_x - MARGIN, f_label);
699 fbox_y - MARGIN, fbox_x - MARGIN,

Completed in 54 milliseconds