Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/sys/
Dqueue.h276 QMD_SAVELINK(oldnext, (elm)->field.sle_next); \
286 TRASHIT(*oldnext); \
404 QMD_SAVELINK(oldnext, (elm)->field.stqe_next); \
414 TRASHIT(*oldnext); \
600 QMD_SAVELINK(oldnext, (elm)->field.le_next); \
608 TRASHIT(*oldnext); \
840 QMD_SAVELINK(oldnext, (elm)->field.tqe_next); \
852 TRASHIT(*oldnext); \
/picolibc-latest/newlib/libc/posix/
Dregcomp.c1006 char *oldnext = p->next; in bothcases() local
1019 p->next = oldnext; in bothcases()
1050 char *oldnext = p->next; in nonnewline() local
1062 p->next = oldnext; in nonnewline()