PN_TCONT          127 core/callcc.c    cc = PN_ALLOC_N(PN_TCONT, struct PNCont, sizeof(PN) * (n + 3 + PN_SAVED_REGS));
PN_TCONT          170 core/callcc.c    PN cnt_vt = PN_VTABLE(PN_TCONT);
PN_TCONT          380 core/gc.c          case PN_TCONT:
PN_TCONT          508 core/gc.c          case PN_TCONT:
PN_TCONT          625 core/gc.c          case PN_TCONT:
PN_TCONT           53 core/internal.c   potion_type_new(P, PN_TCONT, obj_vt);
PN_TCONT          226 core/internal.c   case PN_TCONT:       	return 'c'; //22
PN_TCONT          701 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Continuation"), PN_VTABLE(PN_TCONT));