Home
last modified time | relevance | path

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

/external/lua/src/
Dlfunc.h57 LUAI_FUNC CClosure *luaF_newCclosure (lua_State *L, int nupvals);
Dlfunc.c27 CClosure *luaF_newCclosure (lua_State *L, int nupvals) { in luaF_newCclosure() function
Dlapi.c565 cl = luaF_newCclosure(L, n); in lua_pushcclosure()