Home
last modified time | relevance | path

Searched refs:dlg_mouse_mkregion (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/dialog/
H A Dmouse.c68 mseRegion *butPtr = dlg_mouse_mkregion(y, x, height, width, -DLGK_MOUSE(code)); in dlg_mouse_mkbigregion()
85 dlg_mouse_mkregion(int y, int x, int height, int width, int code) in dlg_mouse_mkregion() function
H A Ddialog.h347 #define mouse_mkregion(y,x,h,w,n) dlg_mouse_mkregion(y,x,h,w,n)
936 extern mseRegion * dlg_mouse_mkregion (int /*y*/, int /*x*/, int /*height*/, int /*width*/, int /*c…
949 #define dlg_mouse_mkregion(y, x, height, width, code) /*nothing*/ macro
963 #define mouse_mkbutton(y,x,len,code) dlg_mouse_mkregion(y,x,1,len,code);
H A Dinputbox.c150 dlg_mouse_mkregion(y + 1, box_x - 1, 3, box_width + 2, 'i'); in dialog_inputbox()
H A Drangebox.c285 dlg_mouse_mkregion(data.slide_y - 1, data.slide_x - 1, 3, usable + 2, 'i'); in dialog_rangebox()
H A Dtimebox.c115 dlg_mouse_mkregion(y, x, height, width, code); in init_object()
H A Dcalendar.c526 dlg_mouse_mkregion(y, x, height, width, code); in init_object()
/freebsd/contrib/dialog/package/
H A Ddialog.sym160 dlg_mouse_mkregion
H A Ddialog.map102 dlg_mouse_mkregion;