Home | History | Annotate | Download | only in src

Lines Matching refs:XawStackAlloc

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);
3932 pos = XawStackAlloc(sizeof(XawTextPosition) * src->textSrc.num_text, buf);