rb_hash_lookup 3090 compile.c if (rb_hash_lookup(literals, lit) != Qnil) { rb_hash_lookup 1109 eval.c if (!NIL_P(c = rb_hash_lookup(CREF_REFINEMENTS(cref), klass))) { rb_hash_lookup 1199 eval.c if (!NIL_P(c = rb_hash_lookup(activated_refinements, klass))) { rb_hash_lookup 1262 eval.c refinement = rb_hash_lookup(refinements, klass); rb_hash_lookup 827 ext/objspace/objspace.c if (!NIL_P(rb_hash_lookup(data->categories, category_str))) { rb_hash_lookup 635 ext/openssl/ossl_asn1.c tag = rb_hash_lookup(class_tag_map, tmp_class); rb_hash_lookup 10148 ext/tk/tcltklib.c if (NIL_P(rb_hash_lookup(table, encname))) { rb_hash_lookup 10158 ext/tk/tcltklib.c if (!NIL_P(encobj) && NIL_P(rb_hash_lookup(table, encobj))) { rb_hash_lookup 10217 ext/tk/tcltklib.c name = rb_hash_lookup(table, enc); rb_hash_lookup 10228 ext/tk/tcltklib.c name = rb_hash_lookup(table, enc); rb_hash_lookup 10240 ext/tk/tcltklib.c if (!NIL_P(rb_hash_lookup(table, name))) { rb_hash_lookup 10251 ext/tk/tcltklib.c tmp = rb_hash_lookup(table, enc); rb_hash_lookup 10261 ext/tk/tcltklib.c tmp = rb_hash_lookup(table, enc); rb_hash_lookup 10285 ext/tk/tcltklib.c obj = rb_hash_lookup(table, rb_hash_lookup 10329 ext/tk/tcltklib.c if (NIL_P(rb_hash_lookup(table, encname))) { rb_hash_lookup 10351 ext/tk/tcltklib.c name = rb_hash_lookup(table, enc); rb_hash_lookup 10363 ext/tk/tcltklib.c name = rb_hash_lookup(table, enc); rb_hash_lookup 6958 gc.c VALUE new_key = rb_hash_lookup(gc_stat_compat_table, key); rb_hash_lookup 6984 gc.c return rb_hash_lookup(hash, new_key); rb_hash_lookup 514 include/ruby/intern.h VALUE rb_hash_lookup(VALUE, VALUE); rb_hash_lookup 5858 io.c RTEST(rb_hash_lookup(noclose_fds, INT2FIX(fd)))) /* async-signal-safe */ rb_hash_lookup 310 iseq.c coverage = rb_hash_lookup(coverages, path); rb_hash_lookup 1835 process.c if (RTEST(rb_hash_lookup(h, INT2FIX(fd)))) { rb_hash_lookup 1875 process.c VALUE val = rb_hash_lookup(h, INT2FIX(lastfd)); rb_hash_lookup 1879 process.c val = rb_hash_lookup(h, val); rb_hash_lookup 1891 process.c while (FIXNUM_P(val2 = rb_hash_lookup(h, val))) { rb_hash_lookup 3176 process.c while (RTEST(rb_hash_lookup(fds, INT2FIX(fdp[i])))) { rb_hash_lookup 3179 process.c while (RTEST(rb_hash_lookup(fds, INT2FIX(min)))) rb_hash_lookup 6318 string.c VALUE tmp = rb_hash_lookup(hash, UINT2NUM(c)); rb_hash_lookup 6397 string.c VALUE tmp = rb_hash_lookup(hash, UINT2NUM(c)); rb_hash_lookup 6586 string.c if (!NIL_P(rb_hash_lookup(del, v)) && rb_hash_lookup 6587 string.c (!nodel || NIL_P(rb_hash_lookup(nodel, v)))) { rb_hash_lookup 6591 string.c else if (nodel && !NIL_P(rb_hash_lookup(nodel, v))) { rb_hash_lookup 4487 thread.c if (NIL_P(rb_hash_lookup(pair_list, paired_obj_id))) rb_hash_lookup 1929 vm_insnhelper.c return rb_hash_lookup(refinements, klass);