Searched defs:LIST_REPLACE (Results 1 – 3 of 3) sorted by relevance
94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) macro
158 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) macro
322 #define LIST_REPLACE(elm, elm2, field) do { \ macro