Searched refs:next_ci (Results 1 – 1 of 1) sorted by relevance
290 #define next_ci(L) (L->ci = (L->ci->next ? L->ci->next : luaE_extendCI(L))) macro309 ci = next_ci(L); /* now 'enter' new function */ in luaD_precall()340 ci = next_ci(L); /* now 'enter' new function */ in luaD_precall()