OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XawStackAlloc
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/libXaw/dist/src/
Private.h
35
#define
XawStackAlloc
(size, stk_buffer) \
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
((unsigned)(text.length * mult), ptrbuf)
[
all
...]
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 8 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026