T_HASH            349 dir.c                  opt = rb_convert_type(opt, T_HASH, "Hash", "to_hash");
T_HASH            262 error.c            {T_HASH,	"Hash"},
T_HASH            357 ext/json/ext/generator/generator.c     Check_Type(obj, T_HASH);
T_HASH            369 ext/json/ext/generator/generator.c     Check_Type(o, T_HASH);
T_HASH            458 ext/json/ext/generator/generator.c     tmp = rb_convert_type(opts, T_HASH, "Hash", "to_hash");
T_HASH            459 ext/json/ext/generator/generator.c     if (NIL_P(tmp)) tmp = rb_convert_type(opts, T_HASH, "Hash", "to_h");
T_HASH           1475 ext/json/ext/parser/parser.c         opts = rb_convert_type(opts, T_HASH, "Hash", "to_hash");
T_HASH            303 ext/racc/cparse/cparse.c     Check_Type(h, T_HASH);
T_HASH           10384 ext/ripper/ripper.c 	if (TYPE(hash) == T_HASH) {
T_HASH           4984 ext/ripper/ripper.y 	if (TYPE(hash) == T_HASH) {
T_HASH            353 ext/syck/rubyext.c     if ( !NIL_P(tmp = rb_check_convert_type(entry, T_HASH, "Hash", "to_hash")) )
T_HASH            588 ext/syck/rubyext.c                     if ( !NIL_P(tmp = rb_check_convert_type(v, T_HASH, "Hash", "to_hash")) )
T_HASH            598 ext/syck/rubyext.c                         VALUE tmph = rb_check_convert_type(end, T_HASH, "Hash", "to_hash");
T_HASH            804 ext/syck/rubyext.c         Check_Type(options, T_HASH);
T_HASH           1624 ext/syck/rubyext.c         VALUE hsh = rb_check_convert_type(val, T_HASH, "Hash", "to_hash");
T_HASH           1658 ext/syck/rubyext.c         VALUE hsh = rb_check_convert_type(val, T_HASH, "Hash", "to_hash");
T_HASH           1972 ext/syck/rubyext.c         Check_Type(options, T_HASH);
T_HASH            235 ext/tk/tkutil/tkutil.c     keys = rb_convert_type(keys, T_HASH, "Hash", "to_hash");
T_HASH            279 ext/tk/tkutil/tkutil.c         if (TYPE(RARRAY_PTR(ary)[idx]) == T_HASH) {
T_HASH            310 ext/tk/tkutil/tkutil.c         case T_HASH:
T_HASH            326 ext/tk/tkutil/tkutil.c                 case T_HASH:
T_HASH            439 ext/tk/tkutil/tkutil.c         case T_HASH:
T_HASH            733 ext/tk/tkutil/tkutil.c     case T_HASH:
T_HASH            798 ext/tk/tkutil/tkutil.c     case T_HASH:
T_HASH            902 ext/tk/tkutil/tkutil.c         if (TYPE(argv[idx]) == T_HASH) {
T_HASH            911 ext/tk/tkutil/tkutil.c         if (TYPE(argv[idx]) == T_HASH) {
T_HASH           1219 ext/tk/tkutil/tkutil.c     if (TYPE(tbl) != T_HASH) {
T_HASH           3384 ext/win32ole/win32ole.c     if(TYPE(param) == T_HASH) {
T_HASH           7772 ext/win32ole/win32ole.c     if(TYPE(result) == T_HASH) {
T_HASH           2755 ext/zlib/zlib.c 	opt = rb_check_convert_type(argv[argc-1], T_HASH, "Hash", "to_hash");
T_HASH           2953 ext/zlib/zlib.c 	opt = rb_check_convert_type(argv[argc-1], T_HASH, "Hash", "to_hash");
T_HASH           1562 gc.c                 case T_HASH:
T_HASH           1865 gc.c                 case T_HASH:
T_HASH           2635 gc.c                   if (TYPE(hash) != T_HASH)
T_HASH           2679 gc.c           	    COUNT_TYPE(T_HASH);
T_HASH            207 hash.c             OBJSETUP(hash, klass, T_HASH);
T_HASH            380 hash.c             return rb_convert_type(hash, T_HASH, "Hash", "to_hash");
T_HASH            397 hash.c             return rb_check_convert_type(hash, T_HASH, "Hash", "to_hash");
T_HASH           1445 hash.c             if (TYPE(hash2) != T_HASH) {
T_HASH           4748 io.c               tmp = rb_check_convert_type(last, T_HASH, "Hash", "to_hash");
T_HASH            725 marshal.c      	  case T_HASH:
T_HASH           10316 parse.c        	if (TYPE(hash) == T_HASH) {
T_HASH           4984 parse.y        	if (TYPE(hash) == T_HASH) {
T_HASH           1581 process.c              hash = rb_check_convert_type((*argv_p)[*argc_p-1], T_HASH, "Hash", "to_hash");
T_HASH           1589 process.c              hash = rb_check_convert_type((*argv_p)[0], T_HASH, "Hash", "to_hash");
T_HASH            163 sprintf.c          tmp = rb_check_convert_type(argv[1], T_HASH, "Hash", "to_hash");
T_HASH           3376 string.c       	hash = rb_check_convert_type(argv[1], T_HASH, "Hash", "to_hash");
T_HASH           3518 string.c       	hash = rb_check_convert_type(argv[1], T_HASH, "Hash", "to_hash");
T_HASH           3282 thread.c           if (NIL_P(hash) || TYPE(hash) != T_HASH) {
T_HASH           3288 thread.c       	if (NIL_P(list) || TYPE(list) != T_HASH)
T_HASH           3302 thread.c           if (NIL_P(hash) || TYPE(hash) != T_HASH) {
T_HASH           3310 thread.c           if (NIL_P(list) || TYPE(list) != T_HASH) {
T_HASH           3324 thread.c           if (NIL_P(hash) || TYPE(hash) != T_HASH) {
T_HASH           3334 thread.c           if (NIL_P(list) || TYPE(list) != T_HASH) {
T_HASH           2364 transcode.c            if (TYPE(opthash) != T_HASH || !OBJ_FROZEN(opthash))
T_HASH           2526 transcode.c            opt = rb_check_convert_type(argv[argc-1], T_HASH, "Hash", "to_hash");
T_HASH           2755 transcode.c            opthash = rb_convert_type(opt, T_HASH, "Hash", "to_hash");
T_HASH           3395 transcode.c            opt = rb_convert_type(opt, T_HASH, "Hash", "to_hash");