Home
last modified time | relevance | path

Searched refs:IOCLONE (Results 1 – 22 of 22) sorted by relevance

/dports/lang/io-devel/io-9bfac31d/libs/iovm/source/
H A DIoState.c124 IoObject *protos = IOCLONE(objectProto); in IoState_new_atAddress()
125 IoObject *core = IOCLONE(objectProto); in IoState_new_atAddress()
128 self->lobby = IOCLONE(objectProto); in IoState_new_atAddress()
137 IoObject_setSlot_to_(protos, SIOSYMBOL("Addons"), IOCLONE(objectProto)); in IoState_new_atAddress()
141 IoObject_setSlot_to_(core, SIOSYMBOL("Exception"), IOCLONE(objectProto)); in IoState_new_atAddress()
268 self->ioNil = IOCLONE(self->objectProto); in IoState_setupSingletons()
H A DIoError.c47 return IOCLONE(proto); in IoError_new()
H A DIoDate.c108 return IOCLONE(proto); in IoDate_new()
709 IoDate *newDate = IOCLONE(self); in IO_METHOD()
750 IoDate *newDate = IOCLONE(self); in IO_METHOD()
H A DIoWeakLink.c90 return IOCLONE(proto); in IoWeakLink_new()
H A DIoDirectory.c241 return IOCLONE(proto); in IoDirectory_new()
255 IoDirectory *d = IOCLONE(self); in IoDirectory_cloneWithPath_()
H A DIoSandbox.c93 return IOCLONE(proto); in IoSandbox_new()
H A DIoCoroutine.c96 IoObject *self = IOCLONE(proto); in IoCoroutine_new()
461 e = IOCLONE(e); in IoCoroutine_raiseError()
H A DIoBlock.c152 return IOCLONE(proto); in IoBlock_new()
218 IoObject *blockLocals = IOCLONE(state->localsProto); in IoBlock_activate()
H A DIoCall.c81 return IOCLONE(proto); in IoCall_new()
H A DIoDuration.c92 return IOCLONE(proto); in IoDuration_new()
H A DIoMap.c106 return IOCLONE(proto); in IoMap_new()
H A DIoCFunction.c85 IoCFunction *self = IOCLONE(proto); in IoCFunction_newWithFunctionPointer_tag_name_()
H A DIoObject.c301 return IOCLONE(proto); in IoObject_new()
1047 IoObject *IOCLONE(IoObject *self) in IOCLONE() function
1065 IoObject *newObject = IOCLONE(self); in IO_METHOD()
1075 return IOCLONE(self); in IO_METHOD()
H A DIoSeq.c124 return IOCLONE(proto); in IoSeq_new()
H A DIoObject.h34 IOVM_API IoObject *IOCLONE(IoObject *self);
H A DIoFile.c167 return IOCLONE(proto); in IoFile_new()
187 IoFile *f = IOCLONE(self); in IoFile_cloneWithPath_()
H A DIoList.c136 return IOCLONE(proto); in IoList_new()
283 IoList *ioList = IOCLONE(self); in IO_METHOD()
H A DIoDynLib.c66 return IOCLONE(proto); in IoDynLib_new()
H A DIoNumber.c219 IoNumber *self = IOCLONE(proto); // since Numbers have no refs, we can avoid IOCLONE in IoNumber_newWithDouble_()
H A DIoMessage.c176 IoObject *self = IOCLONE(proto); in IoMessage_new()
H A DIoSeq_immutable.c1264 return IOCLONE(self); in IO_METHOD()
/dports/textproc/syck/syck-0.70/ext/io/YAML/source/
H A DIoYAML.c64 return IOCLONE(proto); in IoYAML_new()