Searched refs:next_ci (Results 1 – 2 of 2) sorted by relevance
374 #define next_ci(L) (L->ci = (L->ci->next ? L->ci->next : luaE_extendCI(L))) macro393 ci = next_ci(L); /* now 'enter' new function */ in luaD_precall()424 ci = next_ci(L); /* now 'enter' new function */ in luaD_precall()
506 #define next_ci(L) (L->ci->next ? L->ci->next : luaE_extendCI(L)) macro511 CallInfo *ci = L->ci = next_ci(L); /* new frame */ in prepCallInfo()