Searched refs:luaE_extendCI (Results 1 – 6 of 6) sorted by relevance
247 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
108 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI() function
395 #define next_ci(L) (L->ci = (L->ci->next ? L->ci->next : luaE_extendCI(L)))
223 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
110 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI() function
300 #define next_ci(L) (L->ci = (L->ci->next ? L->ci->next : luaE_extendCI(L)))