Home
last modified time | relevance | path

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

/kernel/uniproton/src/core/kernel/include/
Dprt_list_external.h87 #define LIST_COMPONENT(ptrOfList, typeOfList, fieldOfList) COMPLEX_OF(ptrOfList, typeOfList, fieldO… argument
89 #define LIST_FOR_EACH(posOfList, listObject, typeOfList, field) … argument
90 …for ((posOfList) = LIST_COMPONENT((listObject)->next, typeOfList, field); &(posOfList)->field != (…
91 (posOfList) = LIST_COMPONENT((posOfList)->field.next, typeOfList, field))