VTBL_DEBUG        230 ext/ripper/ripper.c     if (VTBL_DEBUG) printf("vtable_alloc: %p\n", (void *)tbl);
VTBL_DEBUG        237 ext/ripper/ripper.c     if (VTBL_DEBUG)printf("vtable_free: %p\n", (void *)tbl);
VTBL_DEBUG        252 ext/ripper/ripper.c     if (VTBL_DEBUG) printf("vtable_add: %p, %"PRIsVALUE"\n", (void *)tbl, rb_id2str(id));
VTBL_DEBUG        176 ext/ripper/ripper.y     if (VTBL_DEBUG) printf("vtable_alloc: %p\n", (void *)tbl);
VTBL_DEBUG        183 ext/ripper/ripper.y     if (VTBL_DEBUG)printf("vtable_free: %p\n", (void *)tbl);
VTBL_DEBUG        198 ext/ripper/ripper.y     if (VTBL_DEBUG) printf("vtable_add: %p, %"PRIsVALUE"\n", (void *)tbl, rb_id2str(id));
VTBL_DEBUG        230 parse.c            if (VTBL_DEBUG) printf("vtable_alloc: %p\n", (void *)tbl);
VTBL_DEBUG        237 parse.c            if (VTBL_DEBUG)printf("vtable_free: %p\n", (void *)tbl);
VTBL_DEBUG        252 parse.c            if (VTBL_DEBUG) printf("vtable_add: %p, %"PRIsVALUE"\n", (void *)tbl, rb_id2str(id));
VTBL_DEBUG        176 parse.y            if (VTBL_DEBUG) printf("vtable_alloc: %p\n", (void *)tbl);
VTBL_DEBUG        183 parse.y            if (VTBL_DEBUG)printf("vtable_free: %p\n", (void *)tbl);
VTBL_DEBUG        198 parse.y            if (VTBL_DEBUG) printf("vtable_add: %p, %"PRIsVALUE"\n", (void *)tbl, rb_id2str(id));