Lines Matching refs:FUNC
52 #define FUNC(f, t, p) extern t f p macro
55 #define FUNC(f, t, p) extern t f() macro
60 FUNC(boundCheckingMalloc, void *, (long s));
61 FUNC(boundCheckingCalloc, void *, (long num, long s));
62 FUNC(boundCheckingRealloc, void *, (void *p, long s));
97 FUNC(XDefaultVisual, Visual *, (Display *display, Screen *screen));
98 FUNC(XDefaultScreen, Screen *, (Display *d));
99 FUNC(XDefaultColormap, Colormap *, (Display *display, Screen *screen));
100 FUNC(XDefaultDepth, int, (Display *d, Screen *s));
103 FUNC(XParseColor, int, (Display *, Colormap *, char *, XColor *));
104 FUNC(XAllocColor, int, (Display *, Colormap *, XColor *));
105 FUNC(XQueryColors, void, (Display *display, Colormap *colormap,
107 FUNC(XFreeColors, int, (Display *d, Colormap cmap,
111 FUNC(XCreateImage, XImage *, (Display *, Visual *, int depth, int format,
116 FUNC(XDestroyImage, void /* ? */ , (XImage *));
118 FUNC(XImageFree, void, (XImage *));
135 #undef FUNC