Searched refs:oldnext (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/sys/ |
| HD | queue.h | 351 QMD_SAVELINK(oldnext, SLIST_NEXT(elm, field)->field.sle_next); \ 354 TRASHIT(*oldnext); \ 358 QMD_SAVELINK(oldnext, SLIST_FIRST(head)->field.sle_next); \ 360 TRASHIT(*oldnext); \ 517 QMD_SAVELINK(oldnext, (elm)->field.stqe_next); \ 527 TRASHIT(*oldnext); \ 731 QMD_SAVELINK(oldnext, (elm)->field.le_next); \ 739 TRASHIT(*oldnext); \ 744 QMD_SAVELINK(oldnext, (elm)->field.le_next); \ 754 TRASHIT(*oldnext); \ [all …]
|
| /freebsd-14-stable/contrib/libarchive/unzip/ |
| HD | la_queue.h | 243 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-14-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | regcomp.c | 1051 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-14-stable/contrib/nvi/regex/ |
| HD | regcomp.c | 937 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-14-stable/lib/libc/regex/ |
| HD | regcomp.c | 1368 const char *oldnext = p->next; local 1384 p->next = oldnext; 1422 const char *oldnext = p->next; local 1434 p->next = oldnext;
|