Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlstate.c144 CallInfo *next2 = next->next; /* next's next */ in luaE_shrinkCI() local
145 ci->next = next2; /* remove next from the list */ in luaE_shrinkCI()
148 if (next2 == NULL) in luaE_shrinkCI()
151 next2->previous = ci; in luaE_shrinkCI()
152 ci = next2; /* continue */ in luaE_shrinkCI()

Completed in 3 milliseconds