Home
last modified time | relevance | path

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

/netbsd/external/mit/lua/dist/src/
H A Dlfunc.h53 LUAI_FUNC CClosure *luaF_newCclosure (lua_State *L, int nupvals);
H A Dlfunc.c31 CClosure *luaF_newCclosure (lua_State *L, int nupvals) { in luaF_newCclosure() function
H A Dlapi.c599 cl = luaF_newCclosure(L, n); in lua_pushcclosure()