Searched refs:_list (Results 1 – 3 of 3) sorted by relevance
26 _list = [] variable in PseudoSet29 return str(self._list)32 self._list = self._remove_dupes(newlist)36 if self._list != None and other != None:37 tmplist.extend(self._list)45 if self._list != None and other != None:46 tmplist.extend(self._list)54 if other != None and self._list != None:55 [tmplist.append(key) for key in self._list if key in other]61 return self._list.__iter__()[all …]
54 struct _list { struct124 list pThis = (list)rtl_allocateMemory(sizeof(struct _list)); in listNewEmpty()141 pThis = rtl_allocateMemory(sizeof(struct _list)); in listNewCopy()
44 typedef struct _list *list;