Lines Matching refs:real_top
572 *value_ret = (XtPointer)globals.command_stream->real_top;
652 stream->current = stream->real_top;
663 return ((XtPointer)stream->real_top);
1676 stream->real_top = (unsigned char *)
1677 XtRealloc((char *)stream->real_top, stream->alloc + HEADER_SIZE);
1678 stream->top = stream->real_top + HEADER_SIZE;
1764 if (stream->real_top == NULL)
1766 stream->real_top = (unsigned char *)
1767 XtRealloc((char *)stream->real_top, stream->alloc + HEADER_SIZE);
1768 stream->top = stream->real_top + HEADER_SIZE;