PN_TUSER          317 core/gc.c        if (ptr->vt > PN_TUSER) {
PN_TUSER          383 core/gc.c          case PN_TUSER:
PN_TUSER          425 core/gc.c        if (ptr->vt > PN_TUSER) {
PN_TUSER          531 core/gc.c        if (ptr->vt > PN_TUSER) {
PN_TUSER           26 core/internal.c   struct PNData *obj = PN_ALLOC_N(PN_TUSER, struct PNData, PN_INT(len));
PN_TUSER          125 core/internal.c   PN_FLEX_SIZE(P->vts) = PN_TYPE_ID(PN_TUSER) + 1;
PN_TUSER          227 core/internal.c   case PN_TUSER:       	return 'm'; //23 generated mixins (unused)
PN_TUSER           86 core/khash.h             PN_REALLOC(h, PN_TUSER, kh_t, kh_size_##name(new_n_buckets)); \
PN_TUSER          119 core/khash.h           PN_REALLOC(h, PN_TUSER, kh_t, kh_size_##name(new_n_buckets));	\
PN_TUSER          311 core/objmodel.c   if (t > PN_TUSER) {
PN_TUSER          225 core/potion.c  	if ((signed int)vt < 0 || vt > PN_TUSER) {
PN_TUSER          757 core/potion.h    struct PNData *data = potion_gc_alloc(P, PN_TUSER, sizeof(struct PNData) + siz);
PN_TUSER           94 lib/buffile.c    if ((PN_TYPE(stream) != PN_TUSER) ||
PN_TUSER          297 lib/buffile.c    PN ffile_vt = potion_type_new2(P, PN_TUSER, PN_VTABLE(PN_TFILE), PN_STR("BufFile"));
PN_TUSER           43 test/api/gc-test.c   PN ptr = (PN)potion_gc_alloc(P, PN_TUSER, 16);
PN_TUSER           51 test/api/gc-test.c   PN ptr = (PN)potion_gc_alloc(P, PN_TUSER, 16);
PN_TUSER           60 test/api/gc-test.c   PN ptr = (PN)potion_gc_alloc(P, PN_TUSER, 16);
PN_TUSER           66 test/api/gc-test.c   PN ptr = (PN)potion_gc_alloc(P, PN_TUSER, 16);
PN_TUSER           67 test/api/gc-test.c   PN ptr2 = (PN)potion_gc_alloc(P, PN_TUSER, 16);
PN_TUSER           68 test/api/gc-test.c   PN ptr3 = (PN)potion_gc_alloc(P, PN_TUSER, 16);
PN_TUSER           69 test/api/gc-test.c   PN ptr4 = (PN)potion_gc_alloc(P, PN_TUSER, 16);
PN_TUSER           88 test/api/gc-test.c   CuAssertIntEquals(T, "copied object not still PN_TUSER", ptr->vt, PN_TUSER);
PN_TUSER          225 test/api/potion-test.c       if (((struct PNObject *)scanptr)->vt > PN_TUSER) {
PN_TUSER          244 test/api/potion-test.c       CuAssert(T, "wrong type for allocated object", ((struct PNObject *)scanptr)->vt <= PN_TUSER);