PNTable           369 core/gc.c            sz = sizeof(struct PNTable) + kh_mem(PN, ptr);
PNTable           375 core/gc.c            sz = sizeof(struct PNTable) + kh_mem(str, ptr);
PNTable           497 core/gc.c            GC_MINOR_UPDATE_TABLE(PN, (struct PNTable *)potion_fwd((PN)ptr), 1);
PNTable           614 core/gc.c            GC_MAJOR_UPDATE_TABLE(PN, (struct PNTable *)potion_fwd((PN)ptr), 1);
PNTable           232 core/khash.h   #define kh_mem(name, h) (((struct PNTable *)h)->n_buckets == 0 ? 0 : kh_size_##name(((struct PNTable *)h)->n_buckets))
PNTable           200 core/objmodel.c   meta->methods = (struct PNTable *)potion_table_empty(P);
PNTable           212 core/objmodel.c   vt->methods = (struct PNTable *)potion_table_empty(P);
PNTable           352 core/objmodel.c   PN_QUICK_FWD(struct PNTable *, vt->methods);
PNTable            56 core/potion.c        (int)(sizeof(PN) + sizeof(struct PNTuple)), (int)sizeof(struct PNTable));
PNTable           647 core/potion.h    struct PNTable *strings; ///< table of all strings
PNTable            23 core/string.c    PN_QUICK_FWD(struct PNTable *, P->strings);
PNTable           488 core/string.c    P->strings = PN_CALLOC_N(PN_TSTRINGS, struct PNTable, 0);
PNTable            43 core/table.c     return (PN)PN_ALLOC_N(PN_TTABLE, struct PNTable, 0);
PNTable            50 core/table.c       vPN(Table) t = PN_ALLOC_N(PN_TTABLE, struct PNTable, 0);
PNTable            53 core/table.c         PN_QUICK_FWD(struct PNTable *, t);
PNTable            83 core/table.c     vPN(Table) t = (struct PNTable *)potion_fwd(self);
PNTable           103 core/table.c     PN_QUICK_FWD(struct PNTable * volatile, t);
PNTable           144 core/table.c     vPN(Table) t2 = (vPN(Table))PN_ALLOC_N(PN_TTABLE, struct PNTable, 0);
PNTable           150 core/table.c         PN_QUICK_FWD(struct PNTable *, t);
PNTable           151 core/table.c         PN_QUICK_FWD(struct PNTable *, t2);
PNTable           177 core/table.c     vPN(Table) t2 = (vPN(Table))PN_ALLOC_N(PN_TTABLE, struct PNTable, 0);
PNTable           185 core/table.c         PN_QUICK_FWD(struct PNTable *, t);
PNTable           186 core/table.c         PN_QUICK_FWD(struct PNTable *, t2);
PNTable            46 core/table.h   KHASH_MAP_INIT_PN(PN, struct PNTable)
PNTable            47 core/table.h   KHASH_MAP_INIT_STR(str, struct PNTable)