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          368 core/gc.c          case PN_TCONT:
PN_TCONT          490 core/gc.c          case PN_TCONT:
PN_TCONT          594 core/gc.c          case PN_TCONT:
PN_TCONT           49 core/internal.c   potion_type_new(P, PN_TCONT, obj_vt);
PN_TCONT          221 core/internal.c   case PN_TCONT:       	return 'c'; //20
PN_TCONT          684 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Continuation"), PN_VTABLE(PN_TCONT));