rb_hash_lookup   9247 ext/tk/tcltklib.c     if (NIL_P(rb_hash_lookup(table, encname))) {
rb_hash_lookup   9257 ext/tk/tcltklib.c       if (!NIL_P(encobj) && NIL_P(rb_hash_lookup(table, encobj))) {
rb_hash_lookup   9316 ext/tk/tcltklib.c     name = rb_hash_lookup(table, enc);
rb_hash_lookup   9327 ext/tk/tcltklib.c       name = rb_hash_lookup(table, enc);
rb_hash_lookup   9339 ext/tk/tcltklib.c     if (!NIL_P(rb_hash_lookup(table, name))) {
rb_hash_lookup   9350 ext/tk/tcltklib.c       tmp = rb_hash_lookup(table, enc);
rb_hash_lookup   9360 ext/tk/tcltklib.c 	tmp = rb_hash_lookup(table, enc);
rb_hash_lookup   9384 ext/tk/tcltklib.c   obj = rb_hash_lookup(table, 
rb_hash_lookup   9429 ext/tk/tcltklib.c     if (NIL_P(rb_hash_lookup(table, encname))) {
rb_hash_lookup   9452 ext/tk/tcltklib.c   name = rb_hash_lookup(table, enc);
rb_hash_lookup   9464 ext/tk/tcltklib.c     name = rb_hash_lookup(table, enc);
rb_hash_lookup    379 include/ruby/intern.h VALUE rb_hash_lookup(VALUE, VALUE);
rb_hash_lookup   4443 io.c                       RTEST(rb_hash_lookup(noclose_fds, INT2FIX(fd))))
rb_hash_lookup    199 iseq.c         	    iseq->coverage = rb_hash_lookup(coverages, filename);
rb_hash_lookup   1484 process.c                  if (RTEST(rb_hash_lookup(h, INT2FIX(fd)))) {
rb_hash_lookup   2196 process.c              while (RTEST(rb_hash_lookup(fds, INT2FIX(fdp[i])))) {
rb_hash_lookup   2199 process.c                  while (RTEST(rb_hash_lookup(fds, INT2FIX(min))))
rb_hash_lookup   4691 string.c       		VALUE tmp = rb_hash_lookup(hash, UINT2NUM(c));
rb_hash_lookup   4757 string.c       		VALUE tmp = rb_hash_lookup(hash, UINT2NUM(c));
rb_hash_lookup   4913 string.c       	if (del && !NIL_P(rb_hash_lookup(del, v))) {
rb_hash_lookup   4914 string.c       	    if (!nodel || NIL_P(rb_hash_lookup(nodel, v))) {
rb_hash_lookup   3290 thread.c       	if (NIL_P(rb_hash_lookup(list, obj)))
rb_hash_lookup    932 vm_insnhelper.c 	    return rb_hash_lookup(hash, key);