Searched refs:dlg_mouse_mkbigregion (Results 1 – 11 of 11) sorted by relevance
| /freebsd-11-stable/contrib/dialog/ |
| HD | mouse.c | 61 dlg_mouse_mkbigregion(int y, int x, in dlg_mouse_mkbigregion() function
|
| HD | dialog.h | 329 #define mouse_mkbigregion(y,x,h,w,n,ix,iy,m) dlg_mouse_mkbigregion(y,x,h,w,n,ix,iy,m) 848 extern void dlg_mouse_mkbigregion (int /*y*/, int /*x*/, int /*height*/, int /*width*/, int /*code*… 860 #define dlg_mouse_mkbigregion(y, x, height, width, code, step_x, step_y, mode) /*nothing*/ macro
|
| HD | fselect.c | 100 dlg_mouse_mkbigregion(getbegy(win), getbegx(win), in init_list() 652 dlg_mouse_mkbigregion(getbegy(dialog) + tbox_y - MARGIN, in dlg_fselect()
|
| HD | editbox.c | 406 dlg_mouse_mkbigregion(box_y + MARGIN, in dlg_editbox()
|
| HD | treeview.c | 343 dlg_mouse_mkbigregion(box_y + 1, box_x, in dlg_treeview()
|
| HD | checklist.c | 358 dlg_mouse_mkbigregion(all.box_y + 1, all.box_x, in dlg_checklist()
|
| HD | calendar.c | 359 dlg_mouse_mkbigregion(y + 1, x + MON_WIDE, height - 1, width - MON_WIDE, in init_object()
|
| HD | menubox.c | 489 dlg_mouse_mkbigregion(all.box_y + 1, all.box_x, in dlg_menu()
|
| HD | textbox.c | 758 dlg_mouse_mkbigregion(0, 0, PAGE_LENGTH + 2, width, KEY_MAX, 1, 1, 1 /* lines */ ); in dialog_textbox()
|
| HD | formbox.c | 576 dlg_mouse_mkbigregion(getbegy(form) - getbegy(dialog), in dlg_form()
|
| HD | buildlist.c | 628 dlg_mouse_mkbigregion(data[i].box_y + 1, in dlg_buildlist()
|