RSTRUCT_SET        30 range.c        #define RANGE_SET_BEG(r, v) (RSTRUCT_SET(r, 0, v))
RSTRUCT_SET        31 range.c        #define RANGE_SET_END(r, v) (RSTRUCT_SET(r, 1, v))
RSTRUCT_SET        32 range.c        #define RANGE_SET_EXCL(r, v) (RSTRUCT_SET(r, 2, v))
RSTRUCT_SET       556 struct.c       	RSTRUCT_SET(self, i, argv[i]);
RSTRUCT_SET       816 struct.c       	RSTRUCT_SET(copy, i, RSTRUCT_GET(s, i));
RSTRUCT_SET       925 struct.c           RSTRUCT_SET(s, i, val);
RSTRUCT_SET       679 thread_sync.c      RSTRUCT_SET(self, QUEUE_QUE, ary_buf_new());
RSTRUCT_SET       680 thread_sync.c      RSTRUCT_SET(self, QUEUE_WAITERS, ary_buf_new());
RSTRUCT_SET       919 thread_sync.c      RSTRUCT_SET(self, QUEUE_QUE, ary_buf_new());
RSTRUCT_SET       920 thread_sync.c      RSTRUCT_SET(self, QUEUE_WAITERS, ary_buf_new());
RSTRUCT_SET       921 thread_sync.c      RSTRUCT_SET(self, SZQUEUE_WAITERS, ary_buf_new());
RSTRUCT_SET       922 thread_sync.c      RSTRUCT_SET(self, SZQUEUE_MAX, vmax);
RSTRUCT_SET       976 thread_sync.c      RSTRUCT_SET(self, SZQUEUE_MAX, vmax);
RSTRUCT_SET      1145 thread_sync.c      RSTRUCT_SET(self, CONDVAR_WAITERS, ary_buf_new());