RARRAY_PTR        189 array.c            RARRAY_PTR(buff_owner_ary);
RARRAY_PTR        190 array.c            MEMCPY(RARRAY_PTR(ary)+beg, argv, VALUE, argc);
RARRAY_PTR       1621 array.c        	    MEMMOVE(RARRAY_PTR(ary) + beg, RARRAY_CONST_PTR(rpl), VALUE, rlen);
RARRAY_PTR       2283 array.c        	VALUE *ptr = RARRAY_PTR(ary);
RARRAY_PTR       4932 array.c            VALUE *const result_array = RARRAY_PTR(result);
RARRAY_PTR       5410 array.c            VALUE *arrays = RARRAY_PTR(t0); /* The arrays we're computing the product of */
RARRAY_PTR       1273 enum.c             beg = RARRAY_PTR(data->buf);
RARRAY_PTR       1334 enum.c             data->limit = RARRAY_PTR(data->buf)[store_index*eltsize]; /* the last pivot */
RARRAY_PTR       1412 enum.c         	ruby_qsort(RARRAY_PTR(result),
RARRAY_PTR       1417 enum.c         	    RARRAY_PTR(result)[i/2] = RARRAY_PTR(result)[i];
RARRAY_PTR       1422 enum.c         	ruby_qsort(RARRAY_PTR(result), RARRAY_LEN(result), sizeof(VALUE),
RARRAY_PTR       2568 enum.c             argv = RARRAY_PTR(args);
RARRAY_PTR        116 ext/fiddle/function.c 	VALUE a = RARRAY_PTR(args)[i];
RARRAY_PTR         18 ext/io/console/console.c # define RARRAY_CONST_PTR(ary) RARRAY_PTR(ary)
RARRAY_PTR          4 ext/psych/psych_emitter.c #define RARRAY_CONST_PTR(s) (const VALUE *)RARRAY_PTR(s)
RARRAY_PTR         41 ext/tk/tcltklib.c #if !defined(RARRAY_PTR)
RARRAY_PTR         46 ext/tk/tcltklib.c #define RARRAY_CONST_PTR(s) (const VALUE *)RARRAY_PTR(s)
RARRAY_PTR         36 ext/tk/tkutil/tkutil.c #if !defined(RARRAY_PTR)
RARRAY_PTR         41 ext/tk/tkutil/tkutil.c #define RARRAY_CONST_PTR(s) (const VALUE *)RARRAY_PTR(s)
RARRAY_PTR        773 internal.h     #define MEMO_FOR(type, value) ((type *)RARRAY_PTR(value))
RARRAY_PTR       1113 proc.c             aryp = RARRAY_PTR(sym_proc_cache);
RARRAY_PTR       1600 process.c      		VALUE v = RARRAY_PTR(key)[i];
RARRAY_PTR        608 struct.c       	mem = RARRAY_PTR(tmpargs[0]);