PNTable           357 core/gc.c            sz = sizeof(struct PNTable) + kh_mem(PN, ptr);
PNTable           363 core/gc.c            sz = sizeof(struct PNTable) + kh_mem(str, ptr);
PNTable           479 core/gc.c            GC_MINOR_UPDATE_TABLE(PN, (struct PNTable *)potion_fwd((PN)ptr), 1);
PNTable           583 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           205 core/objmodel.c   meta->methods = (struct PNTable *)potion_table_empty(P);
PNTable           217 core/objmodel.c   vt->methods = (struct PNTable *)potion_table_empty(P);
PNTable           356 core/objmodel.c   PN_QUICK_FWD(struct PNTable *, vt->methods);
PNTable           629 core/potion.h    struct PNTable *strings; ///< table of all strings
PNTable            23 core/string.c    PN_QUICK_FWD(struct PNTable *, P->strings);
PNTable           425 core/string.c    P->strings = PN_CALLOC_N(PN_TSTRINGS, struct PNTable, 0);
PNTable            20 core/table.c     vPN(Table) t = (struct PNTable *)potion_fwd(self);
PNTable            39 core/table.c     return (PN)PN_ALLOC_N(PN_TTABLE, struct PNTable, 0);
PNTable            46 core/table.c       vPN(Table) t = PN_ALLOC_N(PN_TTABLE, struct PNTable, 0);
PNTable            49 core/table.c         PN_QUICK_FWD(struct PNTable *, t);
PNTable            67 core/table.c     vPN(Table) t = (struct PNTable *)potion_fwd(self);
PNTable            79 core/table.c     vPN(Table) t = (struct PNTable *)potion_fwd(self);
PNTable            96 core/table.c     vPN(Table) t = (struct PNTable *)potion_fwd(self);
PNTable            99 core/table.c     PN_QUICK_FWD(struct PNTable *, t);
PNTable           110 core/table.c     vPN(Table) t = (struct PNTable *)potion_fwd(self);
PNTable           130 core/table.c     vPN(Table) t = (struct PNTable *)potion_fwd(self);
PNTable            46 core/table.h   KHASH_MAP_INIT_PN(PN, struct PNTable)
PNTable            47 core/table.h   KHASH_MAP_INIT_STR(str, struct PNTable)
PNTable            76 front/p2.c           (int)sizeof(struct PNTable));
PNTable            55 front/potion.c       (int)(sizeof(PN) + sizeof(struct PNTuple)), (int)sizeof(struct PNTable));