Searched refs:dlg_mouse_mkbigregion (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | mouse.c | 62 dlg_mouse_mkbigregion(int y, int x, in dlg_mouse_mkbigregion() function
|
H A D | dialog.h | 346 #define mouse_mkbigregion(y,x,h,w,n,ix,iy,m) dlg_mouse_mkbigregion(y,x,h,w,n,ix,iy,m) 938 extern void dlg_mouse_mkbigregion (int /*y*/, int /*x*/, int /*height*/, int /*width*/, int /*code*… 950 #define dlg_mouse_mkbigregion(y, x, height, width, code, step_x, step_y, mode) /*nothing*/ macro
|
H A D | fselect.c | 100 dlg_mouse_mkbigregion(getbegy(win), getbegx(win), in init_list() 682 dlg_mouse_mkbigregion(getbegy(dialog) + tbox_y - MARGIN, in dlg_fselect()
|
H A D | editbox.c | 426 dlg_mouse_mkbigregion(box_y + MARGIN, in dlg_editbox()
|
H A D | checklist.c | 373 dlg_mouse_mkbigregion(all.box_y + 1, all.box_x, in dlg_checklist()
|
H A D | treeview.c | 344 dlg_mouse_mkbigregion(box_y + 1, box_x, in dlg_treeview()
|
H A D | menubox.c | 516 dlg_mouse_mkbigregion(all.box_y + 1, all.box_x, in dlg_menu()
|
H A D | calendar.c | 523 dlg_mouse_mkbigregion(y + 1, x + MON_WIDE, height - 1, width - MON_WIDE, in init_object()
|
H A D | textbox.c | 782 dlg_mouse_mkbigregion(0, 0, PAGE_LENGTH + 2, width, KEY_MAX, 1, 1, 1 /* lines */ ); in dialog_textbox()
|
H A D | formbox.c | 595 dlg_mouse_mkbigregion(getbegy(form) - getbegy(dialog), in dlg_form()
|
H A D | buildlist.c | 730 dlg_mouse_mkbigregion(data[i].box_y + 1, in dlg_buildlist()
|
/freebsd/contrib/dialog/package/ |
H A D | dialog.sym | 159 dlg_mouse_mkbigregion
|
H A D | dialog.map | 101 dlg_mouse_mkbigregion;
|