rb_hash_aref     3957 compile.c      			 rb_hash_aref(iseq->compile_data,
rb_hash_aref      351 dir.c                  v = rb_hash_aref(opt, sym_enc);
rb_hash_aref      573 enum.c             values = rb_hash_aref(hash, group);
rb_hash_aref      154 ext/json/ext/generator/generator.c             if (RTEST(rb_hash_aref(state->seen, self_id))) {
rb_hash_aref      189 ext/json/ext/generator/generator.c             if (RTEST(rb_hash_aref(state->seen, rb_obj_id(element)))) {
rb_hash_aref      370 ext/json/ext/generator/generator.c     ary = rb_hash_aref(o, rb_str_new2("raw"));
rb_hash_aref      464 ext/json/ext/generator/generator.c     tmp = rb_hash_aref(opts, ID2SYM(i_indent));
rb_hash_aref      469 ext/json/ext/generator/generator.c     tmp = rb_hash_aref(opts, ID2SYM(i_space));
rb_hash_aref      474 ext/json/ext/generator/generator.c     tmp = rb_hash_aref(opts, ID2SYM(i_space_before));
rb_hash_aref      479 ext/json/ext/generator/generator.c     tmp = rb_hash_aref(opts, ID2SYM(i_array_nl));
rb_hash_aref      484 ext/json/ext/generator/generator.c     tmp = rb_hash_aref(opts, ID2SYM(i_object_nl));
rb_hash_aref      491 ext/json/ext/generator/generator.c         tmp = rb_hash_aref(opts, ID2SYM(i_check_circular));
rb_hash_aref      499 ext/json/ext/generator/generator.c         VALUE max_nesting = rb_hash_aref(opts, tmp);
rb_hash_aref      507 ext/json/ext/generator/generator.c     tmp = rb_hash_aref(opts, ID2SYM(i_allow_nan));
rb_hash_aref      771 ext/json/ext/generator/generator.c     return rb_hash_aref(state->seen, rb_obj_id(object));
rb_hash_aref      388 ext/json/ext/parser/parser.c             VALUE klassname = rb_hash_aref(*result, json->create_id);
rb_hash_aref     1481 ext/json/ext/parser/parser.c                 VALUE max_nesting = rb_hash_aref(opts, tmp);
rb_hash_aref     1493 ext/json/ext/parser/parser.c                 VALUE allow_nan = rb_hash_aref(opts, tmp);
rb_hash_aref     1500 ext/json/ext/parser/parser.c                 VALUE create_additions = rb_hash_aref(opts, tmp);
rb_hash_aref      485 ext/racc/cparse/cparse.c             v->t = rb_hash_aref(v->token_table, tok);
rb_hash_aref      198 ext/syck/rubyext.c    VALUE val = rb_hash_aref( hsh, key );
rb_hash_aref      851 ext/syck/rubyext.c     input = rb_hash_aref( rb_attr_get( self, s_options ), sym_input );
rb_hash_aref      852 ext/syck/rubyext.c     model = rb_hash_aref( rb_attr_get( self, s_options ), sym_model );
rb_hash_aref      878 ext/syck/rubyext.c     input = rb_hash_aref( rb_attr_get( self, s_options ), sym_input );
rb_hash_aref      879 ext/syck/rubyext.c     model = rb_hash_aref( rb_attr_get( self, s_options ), sym_model );
rb_hash_aref     1087 ext/syck/rubyext.c         VALUE target_class = rb_hash_aref( tags, type );
rb_hash_aref     1104 ext/syck/rubyext.c                 target_class = rb_hash_aref( tags, partial );
rb_hash_aref     1108 ext/syck/rubyext.c                     target_class = rb_hash_aref( tags, partial );
rb_hash_aref     1636 ext/syck/rubyext.c             syck_map_add( node, key, rb_hash_aref(hsh, key) );
rb_hash_aref     1671 ext/syck/rubyext.c             syck_map_add( node, key, rb_hash_aref(hsh, key) );
rb_hash_aref     2002 ext/syck/rubyext.c         symple = rb_hash_aref( bonus->data, oid );
rb_hash_aref      207 ext/tk/tcltklib.c #define rb_hash_lookup rb_hash_aref
rb_hash_aref      109 ext/tk/tkutil/tkutil.c     return rb_apply(rb_hash_aref(CALLBACK_TABLE, id), ID_call, rest);
rb_hash_aref      111 ext/tk/tkutil/tkutil.c     return rb_funcall2(rb_hash_aref(CALLBACK_TABLE, argv[0]), 
rb_hash_aref     1248 ext/tk/tkutil/tkutil.c     if (!NIL_P(ret = rb_hash_aref(inf->aliases, sym))) {
rb_hash_aref     1316 ext/tk/tkutil/tkutil.c         if (!NIL_P(ret = rb_hash_aref(inf->aliases, arg_sym))) {
rb_hash_aref     1607 ext/tk/tkutil/tkutil.c 	  proc = rb_hash_aref(inf->proc, INT2FIX((int)type_chr));
rb_hash_aref     7622 ext/win32ole/win32ole.c         val = rb_hash_aref(hash, INT2FIX(i));
rb_hash_aref     7624 ext/win32ole/win32ole.c 	    val = rb_hash_aref(hash, key);
rb_hash_aref     7626 ext/win32ole/win32ole.c 	    val = rb_hash_aref(hash, rb_str_intern(key));
rb_hash_aref     7636 ext/win32ole/win32ole.c     ret = rb_hash_aref(hash, rb_str_new2("return"));
rb_hash_aref     7638 ext/win32ole/win32ole.c 	ret = rb_hash_aref(hash, rb_str_intern(rb_str_new2("return")));
rb_hash_aref     2816 gc.c           			i+1, NUM2DBL(rb_hash_aref(r, ID2SYM(rb_intern("GC_INVOKE_TIME")))),
rb_hash_aref     2817 gc.c           			NUM2INT(rb_hash_aref(r, ID2SYM(rb_intern("HEAP_USE_SIZE")))),
rb_hash_aref     2818 gc.c           			NUM2INT(rb_hash_aref(r, ID2SYM(rb_intern("HEAP_TOTAL_SIZE")))),
rb_hash_aref     2819 gc.c           			NUM2INT(rb_hash_aref(r, ID2SYM(rb_intern("HEAP_TOTAL_OBJECTS")))),
rb_hash_aref     2820 gc.c           			NUM2DBL(rb_hash_aref(r, ID2SYM(rb_intern("GC_TIME"))))*1000);
rb_hash_aref     2829 gc.c           			i+1, NUM2INT(rb_hash_aref(r, ID2SYM(rb_intern("ALLOCATE_INCREASE")))),
rb_hash_aref     2830 gc.c           			NUM2INT(rb_hash_aref(r, ID2SYM(rb_intern("ALLOCATE_LIMIT")))),
rb_hash_aref     2831 gc.c           			NUM2INT(rb_hash_aref(r, ID2SYM(rb_intern("HEAP_USE_SLOTS")))),
rb_hash_aref     2832 gc.c           			rb_hash_aref(r, ID2SYM(rb_intern("HAVE_FINALIZE")))? "true" : "false",
rb_hash_aref     2833 gc.c           			NUM2DBL(rb_hash_aref(r, ID2SYM(rb_intern("GC_MARK_TIME"))))*1000,
rb_hash_aref     2834 gc.c           			NUM2DBL(rb_hash_aref(r, ID2SYM(rb_intern("GC_SWEEP_TIME"))))*1000);
rb_hash_aref      907 hash.c         	rb_ary_push(result, rb_hash_aref(hash, argv[i]));
rb_hash_aref     1590 hash.c         	value = rb_yield_values(3, key, rb_hash_aref(hash, key), value);
rb_hash_aref     2604 hash.c             rb_define_method(rb_cHash,"[]", rb_hash_aref, 1);
rb_hash_aref      378 include/ruby/intern.h VALUE rb_hash_aref(VALUE, VALUE);
rb_hash_aref     4023 io.c           	v = rb_hash_aref(opthash, sym_textmode);
rb_hash_aref     4026 io.c           	v = rb_hash_aref(opthash, sym_binmode);
rb_hash_aref     4094 io.c           	    v = rb_hash_aref(opthash, sym_mode);
rb_hash_aref     4104 io.c           	v = rb_hash_aref(opthash, sym_perm);
rb_hash_aref     7122 io.c               v = rb_hash_aref(opt, sym_open_args);
rb_hash_aref      250 iseq.c           { VALUE flag = rb_hash_aref(h, ID2SYM(rb_intern(#mem))); \
rb_hash_aref      255 iseq.c           { VALUE num = rb_hash_aref(opt, ID2SYM(rb_intern(#mem))); \
rb_hash_aref     3403 string.c                       repl = rb_hash_aref(hash, rb_str_subseq(str, beg0, end0 - beg0));
rb_hash_aref     3555 string.c                       val = rb_hash_aref(hash, rb_str_subseq(str, BEG(0), END(0) - BEG(0)));
rb_hash_aref     4893 string.c       	    if (!ptable || !NIL_P(rb_hash_aref(ptable, key))) {
rb_hash_aref     3286 thread.c       	VALUE list = rb_hash_aref(hash, ID2SYM(rb_frame_this_func()));
rb_hash_aref     3308 thread.c       	list = rb_hash_aref(hash, sym);
rb_hash_aref     3333 thread.c           list = rb_hash_aref(hash, sym);
rb_hash_aref     2270 transcode.c        v = rb_hash_aref(opt, sym_invalid);
rb_hash_aref     2280 transcode.c        v = rb_hash_aref(opt, sym_undef);
rb_hash_aref     2290 transcode.c        v = rb_hash_aref(opt, sym_xml);
rb_hash_aref     2306 transcode.c        v = rb_hash_aref(opt, sym_universal_newline);
rb_hash_aref     2310 transcode.c        v = rb_hash_aref(opt, sym_crlf_newline);
rb_hash_aref     2314 transcode.c        v = rb_hash_aref(opt, sym_cr_newline);
rb_hash_aref     2333 transcode.c        v = rb_hash_aref(opthash, sym_replace);
rb_hash_aref     2366 transcode.c            replacement = rb_hash_aref(opthash, sym_replace);
rb_hash_aref     3397 transcode.c            v = rb_hash_aref(opt, sym_partial_input);
rb_hash_aref     3400 transcode.c            v = rb_hash_aref(opt, sym_after_output);
rb_hash_aref      437 vm_dump.c          if ((ihash = rb_hash_aref(uh, INT2FIX(insn))) == Qnil) {
rb_hash_aref      441 vm_dump.c          if ((cv = rb_hash_aref(ihash, INT2FIX(-1))) == Qnil) {
rb_hash_aref      457 vm_dump.c      	if ((cv = rb_hash_aref(uh, bi)) == Qnil) {
rb_hash_aref      483 vm_dump.c          if ((ihash = rb_hash_aref(uh, INT2FIX(insn))) == Qnil) {
rb_hash_aref      487 vm_dump.c          if ((ophash = rb_hash_aref(ihash, INT2FIX(n))) == Qnil) {
rb_hash_aref      495 vm_dump.c          if ((cv = rb_hash_aref(ophash, valstr)) == Qnil) {
rb_hash_aref      542 vm_dump.c          if ((cv = rb_hash_aref(uh, valstr)) == Qnil) {