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

/freebsd-10.2-release/contrib/dialog/
H A Dformbox.c490 int form_width; local
560 form_width = width - 6;
564 box_x = (width - form_width) / 2 - 1;
567 form = dlg_sub_window(dialog, form_height, form_width, y + box_y + 1,
572 dlg_draw_box(dialog, box_y, box_x, form_height + 2, form_width + 2,
601 box_x + form_width,

Completed in 95 milliseconds