/freebsd/contrib/dialog/ |
H A D | yesno.c | 81 dialog = dlg_new_window(height, width, y, x); in dialog_yesno()
|
H A D | msgbox.c | 93 dialog = dlg_new_window(height, width, y, x); in dialog_msgbox()
|
H A D | pause.c | 120 dialog = dlg_new_window(height, width, y, x); in dialog_pause()
|
H A D | inputbox.c | 130 dialog = dlg_new_window(height, width, yorg, xorg); in dialog_inputbox()
|
H A D | dialog.h | 352 #define new_window(h,w,y,x) dlg_new_window(h,w,y,x) 809 extern WINDOW * dlg_new_window(int /*height*/, int /*width*/, int /*y*/, int /*x*/);
|
H A D | rangebox.c | 241 dialog = dlg_new_window(height, width, in dialog_rangebox()
|
H A D | tailbox.c | 363 dialog = dlg_new_window(height, width, y, x); in dialog_tailbox()
|
H A D | guage.c | 331 WINDOW *dialog = dlg_new_window(height, width, y, x); in dlg_reallocate_gauge()
|
H A D | mixedgauge.c | 327 dlg->dialog = dlg_new_window(dlg->height, dlg->width, y, x); in dlg_begin_mixedgauge()
|
H A D | timebox.c | 218 dialog = dlg_new_window(height, width, in dialog_timebox()
|
H A D | progressbox.c | 99 obj->obj.win = dlg_new_window(obj->high, obj->wide, y, x); in start_obj()
|
H A D | editbox.c | 402 dialog = dlg_new_window(height, width, y, x); in dlg_editbox()
|
H A D | checklist.c | 283 dialog = dlg_new_window(height, width, y, x); in dlg_checklist()
|
H A D | treeview.c | 271 dialog = dlg_new_window(height, width, y, x); in dlg_treeview()
|
H A D | menubox.c | 410 dialog = dlg_new_window(height, width, y, x); in dlg_menu()
|
H A D | calendar.c | 809 dialog = dlg_new_window(height, width, in dialog_calendar()
|
H A D | textbox.c | 772 dialog = dlg_new_window(height, width, y, x); in dialog_textbox()
|
H A D | fselect.c | 653 dialog = dlg_new_window(height, width, in dlg_fselect()
|
H A D | formbox.c | 566 dialog = dlg_new_window(height, width, y, x); in dlg_form()
|
H A D | buildlist.c | 631 dialog = dlg_new_window(height, width, y, x); in dlg_buildlist()
|
H A D | util.c | 2329 dlg_new_window(int height, int width, int y, int x) in dlg_new_window() function
|
/freebsd/contrib/dialog/package/ |
H A D | dialog.sym | 169 dlg_new_window
|
H A D | dialog.map | 106 dlg_new_window;
|