Home
last modified time | relevance | path

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

/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dlgc.c849 GCObject **lastnext = &g->tobefnz; in separatetobefnz() local
851 while (*lastnext != NULL) in separatetobefnz()
852 lastnext = &gch(*lastnext)->next; in separatetobefnz()
861 gch(curr)->next = *lastnext; /* link at the end of 'tobefnz' list */ in separatetobefnz()
862 *lastnext = curr; in separatetobefnz()
863 lastnext = &gch(curr)->next; in separatetobefnz()
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dlgc.c883 GCObject **lastnext = findlast(&g->tobefnz); in separatetobefnz() local
890 curr->next = *lastnext; /* link at the end of 'tobefnz' list */ in separatetobefnz()
891 *lastnext = curr; in separatetobefnz()
892 lastnext = &curr->next; in separatetobefnz()