Home
last modified time | relevance | path

Searched refs:lua_call (Results 1 – 16 of 16) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltablib.c30 lua_call(L, 2, 1); in foreachi()
47 lua_call(L, 2, 1); in foreach()
184 lua_call(L, 2, 1); in sort_comp()
H A Dlinit.c35 lua_call(L, 1, 0); in luaL_openlibs()
H A Dlbaselib.c39 lua_call(L, 1, 1); in luaB_print()
301 lua_call(L, 0, 1); /* call it */ in generic_reader()
329 lua_call(L, 0, LUA_MULTRET); in luaB_dofile()
H A Dloadlib.c473 lua_call(L, 1, 1); /* call it */ in ll_require()
484 lua_call(L, 1, 1); /* run loaded module */ in ll_require()
524 lua_call(L, 1, 0); in dooptions()
H A Dlua.c91 lua_call(L, 2, 1); /* call debug.traceback */ in traceback()
H A Dlua.h201 LUA_API void (lua_call) (lua_State *L, int nargs, int nresults); variable
H A Dldblib.c220 lua_call(L, 2, 0); in hookf()
H A Dlauxlib.c224 lua_call(L, 1, 1); in luaL_callmeta()
H A Dlstrlib.c625 lua_call(L, n, 1); in add_value()
H A Dlapi.c776 LUA_API void lua_call (lua_State *L, int nargs, int nresults) { in lua_call() function
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlbaselib.c189 lua_call(L, 1, 3); /* get 3 values from metamethod */ in pairsmeta()
H A Dltablib.c175 lua_call(L, 2, 1); in sort_comp()
H A Dlauxlib.c576 lua_call(L, 1, 1); in luaL_callmeta()
746 lua_call(L, 1, 1); /* open module */ in luaL_requiref()
H A Dlstrlib.c723 lua_call(L, n, 1); in add_value()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h253 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
/f-stack/app/redis-5.0.5/src/
H A Dscripting.c267 lua_call(lua,2,0); in luaSortArray()
835 lua_call(lua, 1, 0); in luaLoadLib()