Home
last modified time | relevance | path

Searched refs:oldnext (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dqueue.h288 QMD_SAVELINK(oldnext, SLIST_NEXT(elm, field)->field.sle_next); \
291 TRASHIT(*oldnext); \
295 QMD_SAVELINK(oldnext, SLIST_FIRST(head)->field.sle_next); \
297 TRASHIT(*oldnext); \
450 QMD_SAVELINK(oldnext, (elm)->field.stqe_next); \
460 TRASHIT(*oldnext); \
649 QMD_SAVELINK(oldnext, (elm)->field.le_next); \
657 TRASHIT(*oldnext); \
662 QMD_SAVELINK(oldnext, (elm)->field.le_next); \
672 TRASHIT(*oldnext); \
[all …]
/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h243 QMD_SAVELINK(oldnext, (elm)->field.sle_next); \
253 TRASHIT(*oldnext); \
371 QMD_SAVELINK(oldnext, (elm)->field.stqe_next); \
381 TRASHIT(*oldnext); \
562 QMD_SAVELINK(oldnext, (elm)->field.le_next); \
570 TRASHIT(*oldnext); \
806 QMD_SAVELINK(oldnext, (elm)->field.tqe_next); \
818 TRASHIT(*oldnext); \
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1051 const char *oldnext = p->next; in bothcases() local
1064 p->next = oldnext; in bothcases()
1093 const char *oldnext = p->next; in nonnewline() local
1101 p->next = oldnext; in nonnewline()
/freebsd/contrib/nvi/regex/
H A Dregcomp.c937 RCHAR_T *oldnext = p->next; in bothcases() local
949 p->next = oldnext; in bothcases()
982 RCHAR_T *oldnext = p->next; in nonnewline() local
994 p->next = oldnext; in nonnewline()
/freebsd/lib/libc/regex/
H A Dregcomp.c1381 const char *oldnext = p->next; local
1397 p->next = oldnext;
1435 const char *oldnext = p->next; local
1447 p->next = oldnext;