Searched defs:list_remove (Results 1 – 5 of 5) sorted by relevance
70 list_remove(struct list *elm) in list_remove() function
1024 void list_remove(list_t *list, listitem_t *item) in list_remove() function
55 static void list_remove(T* t, T** head, T** tail) { in list_remove() function
2602 list_remove(PyListObject *self, PyObject *value) in list_remove() function
123 void list_remove(T* t, T** head, T** tail) { in list_remove() function