Searched refs:nextlink (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/ntp/include/ |
| HD | ntp_lists.h | 128 #define LINK_SLIST(listhead, pentry, nextlink) \ argument 130 (pentry)->nextlink = (listhead); \ 134 #define LINK_TAIL_SLIST(listhead, pentry, nextlink, entrytype) \ argument 140 pptail = &((*pptail)->nextlink); \ 142 (pentry)->nextlink = NULL; \ 149 #define LINK_SORT_SLIST(listhead, pentry, beforecur, nextlink, \ argument 157 (pentry)->nextlink = *ppentry; \ 161 ppentry = &((*ppentry)->nextlink); \ 163 (pentry)->nextlink = NULL; \ 170 #define UNLINK_HEAD_SLIST(punlinked, listhead, nextlink) \ argument [all …]
|
| /freebsd-11-stable/contrib/mdocml/ |
| HD | mandocdb.c | 1033 goto nextlink; in mlinks_undupe() 1044 goto nextlink; in mlinks_undupe() 1048 goto nextlink; in mlinks_undupe() 1052 nextlink: in mlinks_undupe()
|