Searched refs:luaE_extendCI (Results 1 – 6 of 6) sorted by relevance
224 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
108 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI() function
373 #define next_ci(L) (L->ci = (L->ci->next ? L->ci->next : luaE_extendCI(L)))
398 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
105 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI() function
499 #define next_ci(L) (L->ci->next ? L->ci->next : luaE_extendCI(L))