rb_exec_recursive_paired 3842 array.c            return rb_exec_recursive_paired(recursive_equal, ary1, ary2, ary2);
rb_exec_recursive_paired 3873 array.c            return rb_exec_recursive_paired(recursive_eql, ary1, ary2, ary2);
rb_exec_recursive_paired 3996 array.c            v = rb_exec_recursive_paired(recursive_cmp, ary1, ary2, ary2);
rb_exec_recursive_paired 2132 hash.c             return rb_exec_recursive_paired(recursive_eql, hash1, hash2, (VALUE)&data);
rb_exec_recursive_paired  465 include/ruby/intern.h VALUE rb_exec_recursive_paired(VALUE(*)(VALUE, VALUE, int),VALUE,VALUE,VALUE);
rb_exec_recursive_paired  171 range.c            return rb_exec_recursive_paired(recursive_equal, range, obj, obj);
rb_exec_recursive_paired  224 range.c            return rb_exec_recursive_paired(recursive_eql, range, obj, obj);
rb_exec_recursive_paired 1045 struct.c           return rb_exec_recursive_paired(recursive_equal, s, s2, s2);
rb_exec_recursive_paired 1111 struct.c           return rb_exec_recursive_paired(recursive_eql, s, s2, s2);