Searched refs:mseRegion (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | mouse.c | 31 static mseRegion *regionList = NULL; 35 static mseRegion * 38 mseRegion *butPtr; in find_region_by_code() 68 mseRegion *butPtr = dlg_mouse_mkregion(y, x, height, width, -DLGK_MOUSE(code)); in dlg_mouse_mkbigregion() 78 mseRegion *butPtr = regionList->next; in dlg_mouse_free_regions() 84 mseRegion * 87 mseRegion *butPtr; in dlg_mouse_mkregion() 90 butPtr = dlg_calloc(mseRegion, 1); in dlg_mouse_mkregion() 122 static mseRegion * 125 mseRegion *butPtr; in any_mouse_region() [all …]
|
H A D | dialog.h | 925 typedef struct mseRegion { struct 928 struct mseRegion *next; argument 929 } mseRegion; typedef 936 extern mseRegion * dlg_mouse_mkregion (int /*y*/, int /*x*/, int /*height*/, int /*width*/, int /*c… 958 extern mseRegion *dlg_mouse_region (int /*y*/, int /*x*/); 959 extern mseRegion *dlg_mouse_bigregion (int /*y*/, int /*x*/);
|
H A D | mousewget.c | 44 mseRegion *p; in mouse_wgetch()
|