Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/package/
H A Ddialog.sym114 dlg_draw_box
H A Ddialog.map80 dlg_draw_box;
/freebsd/contrib/dialog/
H A Dfselect.c679 dlg_draw_box(dialog, tbox_y - MARGIN, tbox_x - MARGIN, in dlg_fselect()
706 dlg_draw_box(dialog, in dlg_fselect()
726 dlg_draw_box(dialog, in dlg_fselect()
H A Dinputbox.c151 dlg_draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2, in dialog_inputbox()
H A Dmenubox.c121 dlg_draw_box(win, my_y - 1, my_x, INPUT_ROWS, my_width - my_x - data->tag_x, in print_item()
454 dlg_draw_box(dialog, in dlg_menu()
H A Ddialog.h339 #define draw_box(win,y,x,h,w,xc,bc) dlg_draw_box(win,y,x,h,w,xc,bc)
854 extern void dlg_draw_box(WINDOW * /*win*/, int /*y*/, int /*x*/, int /*height*/, int /*width*/, cht…
H A Dtimebox.c80 dlg_draw_box(data->parent, in draw_cell()
H A Dmixedgauge.c190 dlg_draw_box(win, y, x, height, width, boxchar, borderchar); in mydraw_mixed_box()
H A Dchecklist.c318 dlg_draw_box(dialog, all.box_y, all.box_x, in dlg_checklist()
H A Dtreeview.c304 dlg_draw_box(dialog, box_y, box_x, in dlg_treeview()
H A Deditbox.c420 dlg_draw_box(dialog, in dlg_editbox()
H A Dformbox.c591 dlg_draw_box(dialog, box_y, box_x, form_height + 2, form_width + 2, in dlg_form()
H A Dbuildlist.c666 dlg_draw_box(dialog, data[k].box_y, data[k].box_x, in dlg_buildlist()
H A Dutil.c1572 dlg_draw_box(WINDOW *win, int y, int x, int height, int width, in dlg_draw_box() function