Home
last modified time | relevance | path

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

/redis-3.2.3/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
/redis-3.2.3/src/
H A Dscripting.c267 lua_call(lua,2,0); in luaSortArray()
812 lua_call(lua, 1, 0); in luaLoadLib()