Home
last modified time | relevance | path

Searched refs:luaE_extendCI (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlstate.h247 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
Dlstate.c108 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI() function
Dldo.c395 #define next_ci(L) (L->ci = (L->ci->next ? L->ci->next : luaE_extendCI(L)))