Searched refs:next_ci (Results 1 – 2 of 2) sorted by relevance
373 #define next_ci(L) (L->ci = (L->ci->next ? L->ci->next : luaE_extendCI(L))) macro392 ci = next_ci(L); /* now 'enter' new function */ in luaD_precall()423 ci = next_ci(L); /* now 'enter' new function */ in luaD_precall()
499 #define next_ci(L) (L->ci->next ? L->ci->next : luaE_extendCI(L)) macro504 CallInfo *ci = L->ci = next_ci(L); /* new frame */ in prepCallInfo()