Search | Google it | Results 1 - 2 of 2 for fundef:TAILQ_PREV (0.00 seconds) |
345: /* XXX */ 346: #define TAILQ_PREV(elm, headname, field) \ 347: (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
545: (*(((struct headname *)((head)->tqh_last))->tqh_last)) 546: #define TAILQ_PREV(elm, headname, field) \ 547: (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))