Searched refs:next2 (Results 1 – 1 of 1) sorted by relevance
144 CallInfo *next2 = next->next; /* next's next */ in luaE_shrinkCI() local145 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