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

/freebsd-11-stable/contrib/dialog/
H A Dtreeview.c34 int box_y; member in struct:__anon960
127 data->box_y,
128 data->box_y + data->use_height + 1,
197 int i, j, key2, found, x, y, cur_y, box_x, box_y; local
284 box_y = cur_y + 1;
300 y + box_y + 1, x + box_x + 1);
303 dlg_draw_box(dialog, box_y, box_x,
343 dlg_mouse_mkbigregion(box_y + 1, box_x,
349 all.box_y = box_y;
[all...]
H A Dinputbox.c68 int x, y, box_y, box_x, box_width; local
133 box_y = y + 2;
140 editor = dlg_sub_window(dialog, 1, box_width, yorg + box_y, xorg + box_x);
158 (void) wmove(dialog, box_y, box_x + col_offset);
H A Dchecklist.c37 int box_y; member in struct:__anon932
123 data->box_y,
124 data->box_y + data->use_height + 1,
283 all.box_y = cur_y + 1;
300 y + all.box_y + 1, x + all.box_x + 1);
303 dlg_draw_box(dialog, all.box_y, all.box_x,
358 dlg_mouse_mkbigregion(all.box_y + 1, all.box_x,
367 wmove(dialog, all.box_y + choice + 1, all.box_x + all.check_x + 2);
H A Dmenubox.c39 int box_y; member in struct:__anon951
267 data->box_y,
268 data->box_y + data->menu_height + 1,
399 all.box_y = cur_y + 1;
419 y + all.box_y + 1,
428 all.box_y, all.box_x,
489 dlg_mouse_mkbigregion(all.box_y + 1, all.box_x,
499 all.box_y + ItemToRow(choice) + 1,
H A Deditbox.c336 int x, y, box_y, box_x, box_height, box_width; local
395 box_y = MARGIN + 0;
401 box_y,
406 dlg_mouse_mkbigregion(box_y + MARGIN,
414 getbegy(dialog) + box_y + 1,
449 box_y + 0,
450 box_y + getmaxy(editing) + 1,
H A Dbuildlist.c42 int box_y; member in struct:__anon929
362 moi->box_y,
363 moi->box_y + getmaxy(win) + 1,
544 data[0].box_y = cur_y + 1;
546 data[1].box_y = cur_y + 1;
561 y + data[k].box_y + 1,
565 dlg_draw_box(dialog, data[k].box_y, data[k].box_x,
628 dlg_mouse_mkbigregion(data[i].box_y + 1,
659 cur_y = (data[which].box_y
H A Dformbox.c495 int x, y, cur_x, cur_y, box_x, box_y; local
563 box_y = cur_y + 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,
602 box_y,
603 box_y + form_height + 1,
H A Dtextbox.c495 int box_x, box_y; local
517 box_y = (height - box_height) / 2;
520 old_y + box_y, old_x + box_x);

Completed in 95 milliseconds