VTBL_DEBUG        436 ext/ripper/ripper.c     if (VTBL_DEBUG) printf("vtable_alloc: %p\n", (void *)tbl);
VTBL_DEBUG        443 ext/ripper/ripper.c     if (VTBL_DEBUG)printf("vtable_free: %p\n", (void *)tbl);
VTBL_DEBUG        458 ext/ripper/ripper.c     if (VTBL_DEBUG) printf("vtable_add: %p, %s\n", (void *)tbl, rb_id2name(id));
VTBL_DEBUG        132 ext/ripper/ripper.y     if (VTBL_DEBUG) printf("vtable_alloc: %p\n", (void *)tbl);
VTBL_DEBUG        139 ext/ripper/ripper.y     if (VTBL_DEBUG)printf("vtable_free: %p\n", (void *)tbl);
VTBL_DEBUG        154 ext/ripper/ripper.y     if (VTBL_DEBUG) printf("vtable_add: %p, %s\n", (void *)tbl, rb_id2name(id));
VTBL_DEBUG        436 parse.c            if (VTBL_DEBUG) printf("vtable_alloc: %p\n", (void *)tbl);
VTBL_DEBUG        443 parse.c            if (VTBL_DEBUG)printf("vtable_free: %p\n", (void *)tbl);
VTBL_DEBUG        458 parse.c            if (VTBL_DEBUG) printf("vtable_add: %p, %s\n", (void *)tbl, rb_id2name(id));
VTBL_DEBUG        132 parse.y            if (VTBL_DEBUG) printf("vtable_alloc: %p\n", (void *)tbl);
VTBL_DEBUG        139 parse.y            if (VTBL_DEBUG)printf("vtable_free: %p\n", (void *)tbl);
VTBL_DEBUG        154 parse.y            if (VTBL_DEBUG) printf("vtable_add: %p, %s\n", (void *)tbl, rb_id2name(id));