Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/include/
HDntp_lists.h128 #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/
HDmandocdb.c1033 goto nextlink; in mlinks_undupe()
1044 goto nextlink; in mlinks_undupe()
1048 goto nextlink; in mlinks_undupe()
1052 nextlink: in mlinks_undupe()