Searched refs:lua_call (Results 1 – 11 of 11) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | ltablib.c | 30 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 D | linit.c | 35 lua_call(L, 1, 0); in luaL_openlibs()
|
| H A D | lbaselib.c | 39 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 D | loadlib.c | 473 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 D | lua.c | 91 lua_call(L, 2, 1); /* call debug.traceback */ in traceback()
|
| H A D | lua.h | 201 LUA_API void (lua_call) (lua_State *L, int nargs, int nresults); variable
|
| H A D | ldblib.c | 220 lua_call(L, 2, 0); in hookf()
|
| H A D | lauxlib.c | 224 lua_call(L, 1, 1); in luaL_callmeta()
|
| H A D | lstrlib.c | 625 lua_call(L, n, 1); in add_value()
|
| H A D | lapi.c | 776 LUA_API void lua_call (lua_State *L, int nargs, int nresults) { in lua_call() function
|
| /redis-3.2.3/src/ |
| H A D | scripting.c | 267 lua_call(lua,2,0); in luaSortArray() 812 lua_call(lua, 1, 0); in luaLoadLib()
|