PN_TPROTO         664 core/compile.c           struct PNProto* cl = PN_CALLOC_N(PN_TPROTO, struct PNProto, 0);
PN_TPROTO        1048 core/compile.c   f = PN_ALLOC(PN_TPROTO, struct PNProto);
PN_TPROTO        1077 core/compile.c   vPN(Proto) n = PN_ALLOC(PN_TPROTO, struct PNProto);
PN_TPROTO        1142 core/compile.c   vPN(Proto) f = PN_ALLOC(PN_TPROTO, struct PNProto);
PN_TPROTO        1309 core/compile.c   PN pro_vt = PN_VTABLE(PN_TPROTO);
PN_TPROTO         365 core/gc.c          case PN_TPROTO:
PN_TPROTO         483 core/gc.c          case PN_TPROTO:
PN_TPROTO         600 core/gc.c          case PN_TPROTO:
PN_TPROTO          49 core/internal.c   potion_type_new(P, PN_TPROTO, obj_vt);
PN_TPROTO         219 core/internal.c   case PN_TPROTO:      	return 'P'; //15
PN_TPROTO         697 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Compiled"),     PN_VTABLE(PN_TPROTO));
PN_TPROTO         169 core/potion.h  #define PN_IS_PROTO(v)   (PN_IS_PTR(v) && (potion_ptr_type((PN)v) == PN_TPROTO))