Searched refs:LIST_FOR_EACH_ENTRY_REV (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/reactos/wine/ |
H A D | list.h | 222 #define LIST_FOR_EACH_ENTRY_REV(elem, list, type, field) \ macro
|
/reactos/dll/win32/comctl32/ |
H A D | syslink.c | 548 …LIST_FOR_EACH_ENTRY_REV(Prev, Current ? &Current->entry : list_tail(&infoPtr->Items), DOC_ITEM, en… in SYSLINK_GetPrevLink()
|
/reactos/sdk/tools/widl/ |
H A D | header.c | 1088 LIST_FOR_EACH_ENTRY_REV( tail_arg, args, const var_t, entry ) { in write_args()
|
/reactos/dll/win32/xmllite/ |
H A D | reader.c | 531 LIST_FOR_EACH_ENTRY_REV(ns, nslist, struct ns, entry) { in reader_lookup_ns()
|