RHASH 4058 array.c if (RHASH(hash)->ntbl) {
RHASH 4059 array.c st_table *tbl = RHASH(hash)->ntbl;
RHASH 4060 array.c RHASH(hash)->ntbl = 0;
RHASH 7929 compile.c if (len > 0) st_foreach(RHASH(obj)->ntbl, ibf_dump_object_hash_i, (st_data_t)dump);
RHASH 30 ext/tk/tkutil/tkutil.c #define RHASH_TBL(h) (RHASH(h)->tbl)
RHASH 3168 gc.c if (RHASH(obj)->ntbl) {
RHASH 3169 gc.c size += st_memsize(RHASH(obj)->ntbl);
RHASH 41 hash.c #define COPY_DEFAULT(hash, hash2) copy_default(RHASH(hash), RHASH(hash2))
RHASH 95 hash.c RB_OBJ_WRITE(hash, (&RHASH(hash)->ifnone), ifnone);
RHASH 331 hash.c tbl = RHASH(arg->hash)->ntbl;
RHASH 333 hash.c if (RHASH(arg->hash)->ntbl != tbl) {
RHASH 360 hash.c st_cleanup_safe(RHASH(hash)->ntbl, (st_data_t)Qundef);
RHASH 371 hash.c if (st_foreach_check(RHASH(hash)->ntbl, hash_foreach_iter, (st_data_t)arg, (st_data_t)Qundef)) {
RHASH 382 hash.c if (!RHASH(hash)->ntbl)
RHASH 428 hash.c RHASH(ret)->ntbl = st_copy(RHASH(hash)->ntbl);
RHASH 452 hash.c if (!RHASH(hash)->ntbl) {
RHASH 453 hash.c RHASH(hash)->ntbl = st_init_table(&objhash);
RHASH 455 hash.c return RHASH(hash)->ntbl;
RHASH 528 hash.c result = st_update(RHASH(hash)->ntbl, (st_data_t)key, func, (st_data_t)&arg);
RHASH 647 hash.c if (RHASH(tmp)->ntbl) {
RHASH 648 hash.c RHASH(hash)->ntbl = st_copy(RHASH(tmp)->ntbl);
RHASH 696 hash.c RHASH(hash)->ntbl = st_init_table_with_size(&objhash, argc / 2);
RHASH 778 hash.c if (!RHASH(hash)->ntbl)
RHASH 781 hash.c tbl = st_init_table_with_size(RHASH(hash)->ntbl->type, RHASH(hash)->ntbl->num_entries);
RHASH 782 hash.c RHASH(tmp)->ntbl = tbl;
RHASH 785 hash.c st_free_table(RHASH(hash)->ntbl);
RHASH 786 hash.c RHASH(hash)->ntbl = tbl;
RHASH 787 hash.c RHASH(tmp)->ntbl = 0;
RHASH 825 hash.c if (!RHASH(hash)->ntbl || !st_lookup(RHASH(hash)->ntbl, key, &val)) {
RHASH 836 hash.c if (!RHASH(hash)->ntbl || !st_lookup(RHASH(hash)->ntbl, key, &val)) {
RHASH 891 hash.c if (!RHASH(hash)->ntbl || !st_lookup(RHASH(hash)->ntbl, key, &val)) {
RHASH 1092 hash.c if (!RHASH(hash)->ntbl) {
RHASH 1096 hash.c (st_delete_safe(RHASH(hash)->ntbl, &ktmp, &val, (st_data_t)Qundef))) {
RHASH 1100 hash.c else if (st_delete(RHASH(hash)->ntbl, &ktmp, &val)) {
RHASH 1199 hash.c if (RHASH(hash)->ntbl) {
RHASH 1202 hash.c if (st_shift(RHASH(hash)->ntbl, &var.key, &var.val)) {
RHASH 1252 hash.c if (RHASH(hash)->ntbl)
RHASH 1276 hash.c if (n == RHASH(hash)->ntbl->num_entries) return Qnil;
RHASH 1434 hash.c if (!RHASH(hash)->ntbl)
RHASH 1436 hash.c n = RHASH(hash)->ntbl->num_entries;
RHASH 1438 hash.c if (n == RHASH(hash)->ntbl->num_entries) return Qnil;
RHASH 1459 hash.c if (RHASH(hash)->ntbl)
RHASH 1485 hash.c if (!RHASH(hash)->ntbl)
RHASH 1487 hash.c if (RHASH(hash)->ntbl->num_entries > 0) {
RHASH 1491 hash.c st_clear(RHASH(hash)->ntbl);
RHASH 1555 hash.c st_table *tbl = RHASH(hash)->ntbl;
RHASH 1592 hash.c ntbl = RHASH(hash)->ntbl;
RHASH 1593 hash.c if (RHASH(hash2)->ntbl) {
RHASH 1595 hash.c RHASH(hash)->ntbl = st_copy(RHASH(hash2)->ntbl);
RHASH 1596 hash.c if (RHASH(hash)->ntbl->num_entries)
RHASH 1631 hash.c table2 = RHASH(hash2)->ntbl;
RHASH 1935 hash.c st_table *table = RHASH(hash)->ntbl;
RHASH 1979 hash.c st_table *table = RHASH(hash)->ntbl;
RHASH 2016 hash.c if (!RHASH(hash)->ntbl)
RHASH 2018 hash.c if (st_lookup(RHASH(hash)->ntbl, key, 0)) {
RHASH 2120 hash.c if (!RHASH(hash1)->ntbl || !RHASH(hash2)->ntbl)
RHASH 2122 hash.c if (RHASH(hash1)->ntbl->type != RHASH(hash2)->ntbl->type)
RHASH 2130 hash.c data.tbl = RHASH(hash2)->ntbl;
RHASH 2451 hash.c RHASH(p->hash)->ntbl->type = p->orighash;
RHASH 2489 hash.c table = RHASH(hash)->ntbl;
RHASH 2628 hash.c RHASH(hash)->ntbl->type = &identhash;
RHASH 2645 hash.c if (!RHASH(hash)->ntbl)
RHASH 2647 hash.c if (RHASH(hash)->ntbl->type == &identhash) {
RHASH 2657 hash.c RHASH(hash)->ntbl = st_init_table(&identhash);
RHASH 569 internal.h #define RHASH_ITER_LEV(h) (RHASH(h)->iter_lev)
RHASH 570 internal.h #define RHASH_IFNONE(h) (RHASH(h)->ifnone)
RHASH 571 internal.h #define RHASH_SIZE(h) (RHASH(h)->ntbl ? (st_index_t)RHASH(h)->ntbl->num_entries : 0)
RHASH 3317 thread.c if (!RHASH(locals)->ntbl)
RHASH 3320 thread.c if (st_lookup(RHASH(locals)->ntbl, ID2SYM(id), 0)) {
RHASH 2051 vm_eval.c RHASH(vars->tbl)->ntbl = st_init_numtable(); /* compare_by_identity */