/freebsd/contrib/dialog/ |
H A D | pause.c | 130 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dialog_pause() 138 dlg_draw_box2(dialog, in dialog_pause()
|
H A D | calendar.c | 384 dlg_draw_box2(data->parent, in draw_day() 464 dlg_draw_box2(data->parent, in draw_month() 486 dlg_draw_box2(data->parent, in draw_year() 816 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dialog_calendar()
|
H A D | rangebox.c | 283 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dialog_rangebox() 286 dlg_draw_box2(dialog, in dialog_rangebox()
|
H A D | guage.c | 127 dlg_draw_box2(dialog, 0, 0, obj->height, obj->width, dialog_attr, in repaint_text() 136 dlg_draw_box2(dialog, in repaint_text()
|
H A D | yesno.c | 85 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dialog_yesno()
|
H A D | msgbox.c | 101 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dialog_msgbox()
|
H A D | inputbox.c | 136 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dialog_inputbox()
|
H A D | textbox.c | 539 dlg_draw_box2(widget, 0, 0, box_height, box_width, in get_search_term() 783 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dialog_textbox()
|
H A D | tailbox.c | 374 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dialog_tailbox()
|
H A D | mixedgauge.c | 330 dlg_draw_box2(dlg->dialog, in dlg_begin_mixedgauge()
|
H A D | timebox.c | 229 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dialog_timebox()
|
H A D | progressbox.c | 101 dlg_draw_box2(obj->obj.win, in start_obj()
|
H A D | editbox.c | 408 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dlg_editbox()
|
H A D | checklist.c | 290 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dlg_checklist()
|
H A D | treeview.c | 277 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dlg_treeview()
|
H A D | menubox.c | 418 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dlg_menu()
|
H A D | dialog.h | 855 extern void dlg_draw_box2(WINDOW * /*win*/, int /*y*/, int /*x*/, int /*height*/, int /*width*/, ch…
|
H A D | fselect.c | 661 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dlg_fselect()
|
H A D | formbox.c | 572 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dlg_form()
|
H A D | util.c | 1539 dlg_draw_box2(WINDOW *win, int y, int x, int height, int width, in dlg_draw_box2() function 1575 dlg_draw_box2(win, y, x, height, width, boxchar, borderchar, boxchar); in dlg_draw_box()
|
H A D | buildlist.c | 637 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); in dlg_buildlist()
|
H A D | CHANGES | 719 + add/use dlg_draw_box2() and dlg_draw_bottom_box2() to use the
|
/freebsd/contrib/dialog/package/ |
H A D | dialog.sym | 115 dlg_draw_box2
|
H A D | dialog.map | 193 dlg_draw_box2;
|