RARRAY_CONST_PTR   18 ext/io/console/console.c # define RARRAY_CONST_PTR(ary) RARRAY_PTR(ary)
RARRAY_CONST_PTR    4 ext/psych/psych_emitter.c #define RARRAY_CONST_PTR(s) (const VALUE *)RARRAY_PTR(s)
RARRAY_CONST_PTR   46 ext/tk/tcltklib.c #define RARRAY_CONST_PTR(s) (const VALUE *)RARRAY_PTR(s)
RARRAY_CONST_PTR   41 ext/tk/tkutil/tkutil.c #define RARRAY_CONST_PTR(s) (const VALUE *)RARRAY_PTR(s)
RARRAY_CONST_PTR 1013 include/ruby/ruby.h #define RARRAY_CONST_PTR(a) rb_array_const_ptr(a)