Searched refs:lastnext (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/libc/isc/
H A Deventlib_p.h192 #define emulMaskInit(ctx, field, ev, lastnext) \
195 ctx->field.result = lastnext;
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlgc.c848 GCObject **lastnext = &g->tobefnz; local
850 while (*lastnext != NULL)
851 lastnext = &gch(*lastnext)->next;
860 gch(curr)->next = *lastnext; /* link at the end of 'tobefnz' list */
861 *lastnext = curr;
862 lastnext = &gch(curr)->next;
/freebsd-13-stable/contrib/lua/src/
H A Dlgc.c969 GCObject **lastnext = findlast(&g->tobefnz); local
978 curr->next = *lastnext; /* link at the end of 'tobefnz' list */
979 *lastnext = curr;
980 lastnext = &curr->next;

Completed in 67 milliseconds