Searched refs:luaF_newCclosure (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lfunc.h | 23 LUAI_FUNC Closure *luaF_newCclosure (lua_State *L, int nelems);
|
| H A D | lfunc.c | 22 Closure *luaF_newCclosure (lua_State *L, int n) { in luaF_newCclosure() function
|
| H A D | lapi.c | 562 cl = luaF_newCclosure(L, n); in lua_pushcclosure()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lfunc.h | 22 LUAI_FUNC Closure *luaF_newCclosure (lua_State *L, int nelems, Table *e);
|
| H A D | lfunc.c | 23 Closure *luaF_newCclosure (lua_State *L, int nelems, Table *e) { in luaF_newCclosure() function
|
| H A D | lapi.c | 491 cl = luaF_newCclosure(L, n, getcurrenv(L)); in lua_pushcclosure() 840 cl = luaF_newCclosure(L, 0, getcurrenv(L)); in f_Ccall()
|