Searched refs:lua_callk (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lua.h | 250 LUA_API void (lua_callk) (lua_State *L, int nargs, int nresults, int ctx, variable 252 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL)
|
| H A D | lapi.c | 888 LUA_API void lua_callk (lua_State *L, int nargs, int nresults, int ctx, in lua_callk() function
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lua.h | 272 LUA_API void (lua_callk) (lua_State *L, int nargs, int nresults, variable 274 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL)
|
| H A D | lbaselib.c | 367 lua_callk(L, 0, LUA_MULTRET, 0, dofilecont); in luaB_dofile()
|
| H A D | lapi.c | 909 LUA_API void lua_callk (lua_State *L, int nargs, int nresults, in lua_callk() function
|