Searched refs:XawStackAlloc (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Private.h | 35 #define XawStackAlloc(size, stk_buffer) \ macro
|
| H A D | TextAction.c | 2001 pos = (XawStackAlloc(sizeof(XawTextPosition) * (size_t)num_pos, buf)); 2133 text.ptr = XawStackAlloc((unsigned)bytes, buf); 2236 text.ptr = XawStackAlloc((unsigned)count, buf); 2275 text.ptr = XawStackAlloc((unsigned)steps, buf); 2346 pos = XawStackAlloc(sizeof(XawTextPosition) * src->textSrc.num_text, posbuf); 2381 text.ptr = XawStackAlloc((unsigned)spaces, buf); 2507 text.ptr = (XawStackAlloc(sizeof(wchar_t) * (size_t)mult, buf)); 2513 text.ptr = (XawStackAlloc(sizeof(char) * (size_t)mult, buf)); 3076 text.ptr = ptr = XawStackAlloc(sizeof(wchar_t) * (size_t)text.length 3088 text.ptr = ptr = XawStackAlloc((unsigne [all...] |
| H A D | DisplayList.c | 714 points = (XPoint *)XawStackAlloc(sizeof(XPoint) * num_points, points_buf); 946 segments = (XSegment *)XawStackAlloc(sizeof(XSegment) * num_segments, segments_buf); 1328 rects = (XRectangle *)XawStackAlloc(sizeof(XRectangle) * num_rects, rects_buf);
|
Completed in 9 milliseconds