Search | Google it | Results 1 - 2 of 2 for fundef:LIST_FOREACH (0.03 seconds) |
188: 189: #define LIST_FOREACH(var, head, field) \ 190: for((var) = LIST_FIRST(head); \
163: 164: #define LIST_FOREACH(var, head, field) \ 165: for ((var) = ((head)->lh_first); \