PN_TUSER          307 core/gc.c        if (ptr->vt > PN_TUSER) {
PN_TUSER          371 core/gc.c          case PN_TUSER:
PN_TUSER          409 core/gc.c        if (ptr->vt > PN_TUSER) {
PN_TUSER          513 core/gc.c        if (ptr->vt > PN_TUSER) {
PN_TUSER           24 core/internal.c   struct PNData *obj = PN_ALLOC_N(PN_TUSER, struct PNData, PN_INT(len));
PN_TUSER          122 core/internal.c   PN_FLEX_SIZE(P->vts) = PN_TYPE_ID(PN_TUSER) + 1;
PN_TUSER          223 core/internal.c   case PN_TUSER:       	return 'm'; //22 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          316 core/objmodel.c   if (t > PN_TUSER) {
PN_TUSER          731 core/potion.h    struct PNData *data = potion_gc_alloc(P, PN_TUSER, sizeof(struct PNData) + siz);
PN_TUSER          224 front/p2.c     	  if ((signed int)vt < 0 || vt > PN_TUSER) {
PN_TUSER          224 front/potion.c 	if ((signed int)vt < 0 || vt > PN_TUSER) {
PN_TUSER           85 lib/buffile.c    if ((PN_TYPE(stream) != PN_TUSER) ||
PN_TUSER          287 lib/buffile.c    PN ffile_vt = potion_type_new2(P, PN_TUSER, PN_VTABLE(PN_TFILE), PN_STR("BufFile"));
PN_TUSER           58 lib/pcre/pcre.c   PN mat_vt = potion_type_new2(P, PN_TUSER, PN_VTABLE(PN_TLICK), potion_str(P, "Match"));
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          110 test/api/p2-test.c       CuAssert(T, "wrong type for allocated object", ((struct PNObject *)scanptr)->vt <= PN_TUSER);
PN_TUSER          224 test/api/potion-test.c       if (((struct PNObject *)scanptr)->vt > PN_TUSER) {
PN_TUSER          243 test/api/potion-test.c       CuAssert(T, "wrong type for allocated object", ((struct PNObject *)scanptr)->vt <= PN_TUSER);