PN_TNIL 34 core/internal.c potion_type_new(P, PN_TNIL, obj_vt); // named NilKind resp. Undef PN_TNIL 135 core/internal.c PNType t = PN_FLEX_SIZE(P->vts) + PN_TNIL; PN_TNIL 201 core/internal.c case PN_TNIL: return 'n'; //0 nil PN_TNIL 200 core/objmodel.c meta->type = PN_FLEX_SIZE(P->vts) + PN_TNIL; PN_TNIL 260 core/objmodel.c PNType t = PN_FLEX_SIZE(P->vts) + PN_TNIL; PN_TNIL 669 core/objmodel.c potion_init_class_reference(P, potion_str(P, NILKIND_NAME), PN_VTABLE(PN_TNIL)); PN_TNIL 109 core/potion.h #define PN_TNUMBER (1+PN_TNIL) /// TNumber is Int, or if fwd'd a Num (TDecimal) PN_TNIL 110 core/potion.h #define PN_TBOOLEAN (2+PN_TNIL) PN_TNIL 111 core/potion.h #define PN_TSTRING (3+PN_TNIL) PN_TNIL 112 core/potion.h #define PN_TWEAK (4+PN_TNIL) PN_TNIL 113 core/potion.h #define PN_TCLOSURE (5+PN_TNIL) PN_TNIL 114 core/potion.h #define PN_TTUPLE (6+PN_TNIL) PN_TNIL 115 core/potion.h #define PN_TSTATE (7+PN_TNIL) PN_TNIL 116 core/potion.h #define PN_TFILE (8+PN_TNIL) PN_TNIL 117 core/potion.h #define PN_TOBJECT (9+PN_TNIL) PN_TNIL 118 core/potion.h #define PN_TVTABLE (10+PN_TNIL) //0a PN_TNIL 119 core/potion.h #define PN_TSOURCE (11+PN_TNIL) //0b PN_TNIL 120 core/potion.h #define PN_TBYTES (12+PN_TNIL) //0c PN_TNIL 121 core/potion.h #define PN_TPROTO (13+PN_TNIL) //0d PN_TNIL 122 core/potion.h #define PN_TLOBBY (14+PN_TNIL) //0e PN_TNIL 123 core/potion.h #define PN_TTABLE (15+PN_TNIL) //0f PN_TNIL 124 core/potion.h #define PN_TLICK (16+PN_TNIL) //10 PN_TNIL 125 core/potion.h #define PN_TFLEX (17+PN_TNIL) //11 PN_TNIL 126 core/potion.h #define PN_TSTRINGS (18+PN_TNIL) //12 PN_TNIL 127 core/potion.h #define PN_TERROR (19+PN_TNIL) //13 PN_TNIL 128 core/potion.h #define PN_TCONT (20+PN_TNIL) //14 PN_TNIL 129 core/potion.h #define PN_TDECIMAL (21+PN_TNIL) //15 Num. for p2 class definitions only, unused within potion (yet) PN_TNIL 130 core/potion.h #define PN_TUSER (22+PN_TNIL) //16 PN_TNIL 135 core/potion.h #define PN_TYPE_ID(t) ((t)-PN_TNIL) PN_TNIL 524 core/potion.h if (PN_IS_NIL(obj)) return PN_TNIL; PN_TNIL 48 core/primitive.c case PN_TNIL: PN_TNIL 68 core/primitive.c case PN_TNIL: PN_TNIL 91 core/primitive.c PN nil_vt = PN_VTABLE(PN_TNIL); PN_TNIL 636 core/table.c case PN_TNIL: PN_TNIL 23 test/api/p2-test.c CuAssert(T, "undef isn't a nil type", PN_TYPE(PN_NIL) == PN_TNIL); PN_TNIL 19 test/api/potion-test.c CuAssert(T, "nil isn't a nil type", PN_TYPE(PN_NIL) == PN_TNIL);