PNCont 19 core/callcc.c struct PNCont *cc = (struct PNCont *)self; PNCont 103 core/callcc.c struct PNCont *cc; PNCont 127 core/callcc.c cc = PN_ALLOC_N(PN_TCONT, struct PNCont, sizeof(PN) * (n + 3 + PN_SAVED_REGS)); PNCont 369 core/gc.c sz = sizeof(struct PNCont) + (((struct PNCont *)ptr)->len * sizeof(PN)); PNCont 492 core/gc.c pngc_mark_array(P, (_PN *)((struct PNCont *)ptr)->stack + 3, ((struct PNCont *)ptr)->len - 3, 1); PNCont 596 core/gc.c pngc_mark_array(P, (_PN *)((struct PNCont *)ptr)->stack + 3, ((struct PNCont *)ptr)->len - 3, 2); PNCont 94 core/potion.h struct PNCont;