Searched defs:lua_call (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua.h | 201 LUA_API void (lua_call) (lua_State *L, int nargs, int nresults); variable
|
| H A D | lapi.c | 776 LUA_API void lua_call (lua_State *L, int nargs, int nresults) { in lua_call() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 253 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
|