Searched refs:NhRect (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drect.h11 } NhRect; typedef in typeref:struct:nhrect
H A Dregion.h34 NhRect bounding_box; /* Bounding box of the region */
35 NhRect *rects; /* Rectangles composing the region */
H A Dextern.h1662 E NhRect *FDECL(get_rect, (NhRect *));
1663 E NhRect *NDECL(rnd_rect);
1664 E void FDECL(remove_rect, (NhRect *));
1665 E void FDECL(add_rect, (NhRect *));
1666 E void FDECL(split_rects, (NhRect *,NhRect *));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drect.h11 } NhRect; typedef in typeref:struct:nhrect
H A Dregion.h34 NhRect bounding_box; /* Bounding box of the region */
35 NhRect *rects; /* Rectangles composing the region */
H A Dextern.h1662 E NhRect *FDECL(get_rect, (NhRect *));
1663 E NhRect *NDECL(rnd_rect);
1664 E void FDECL(remove_rect, (NhRect *));
1665 E void FDECL(add_rect, (NhRect *));
1666 E void FDECL(split_rects, (NhRect *,NhRect *));
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Drect.c7 int FDECL(get_rect_ind, (NhRect *));
9 static boolean FDECL(intersect, (NhRect *,NhRect *,NhRect *));
20 static NhRect rect[MAXRECT+1];
38 * Search Index of one precise NhRect.
44 NhRect *r;
46 register NhRect *rectp;
63 NhRect *
65 NhRect *
[all...]
H A Dregion.c22 boolean FDECL(inside_rect, (NhRect *,int,int));
24 NhRegion *FDECL(create_region, (NhRect *,int));
25 void FDECL(add_rect_to_reg, (NhRegion *,NhRect *));
58 NhRect *r;
87 NhRect *rects;
104 reg->rects = nrect > 0 ? (NhRect *)alloc((sizeof (NhRect)) * nrect) : NULL;
143 NhRect *rect;
145 NhRect *tmp_rect;
147 tmp_rect = (NhRect *) allo
[all...]
H A Dsp_lev.c371 NhRect *r1 = 0, r2;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Drect.c7 int FDECL(get_rect_ind, (NhRect *));
9 static boolean FDECL(intersect, (NhRect *,NhRect *,NhRect *));
20 static NhRect rect[MAXRECT+1];
38 * Search Index of one precise NhRect.
44 NhRect *r;
46 register NhRect *rectp;
63 NhRect *
65 NhRect *
[all...]
H A Dregion.c22 boolean FDECL(inside_rect, (NhRect *,int,int));
24 NhRegion *FDECL(create_region, (NhRect *,int));
25 void FDECL(add_rect_to_reg, (NhRegion *,NhRect *));
58 NhRect *r;
87 NhRect *rects;
104 reg->rects = nrect > 0 ? (NhRect *)alloc((sizeof (NhRect)) * nrect) : NULL;
143 NhRect *rect;
145 NhRect *tmp_rect;
147 tmp_rect = (NhRect *) allo
[all...]
H A Dsp_lev.c371 NhRect *r1 = 0, r2;

Completed in 112 milliseconds