Home
last modified time | relevance | path

Searched refs:List_copy_ (Results 1 – 4 of 4) sorted by relevance

/dports/lang/io-devel/io-9bfac31d/libs/basekit/source/
H A DList.c21 List_copy_(child, self); in List_clone()
43 List_copy_(self, tmp); in List_sliceInPlace()
82 void List_copy_(List *self, const List *otherList) in List_copy_() function
H A DList.h60 BASEKIT_API void List_copy_(List *self, const List *otherList);
/dports/lang/io-devel/io-9bfac31d/libs/iovm/source/
H A DIoMessage_opShuffle.c262 List_copy_(IoMessage_rawArgList(self->message), IoMessage_rawArgList(arg)); in Level_finish()
537 List_copy_(IoMessage_rawArgList(brackets), IoMessage_rawArgList(msg)); in Levels_attach()
H A DIoBlock.c482 List_copy_(DATA(self)->argNames, IoList_rawList(newArgNames)); in IO_METHOD()