Home
last modified time | relevance | path

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

/external/lua/src/
Dlbaselib.c272 lua_call(L, 1, 3); /* get 3 values from metamethod */ in luaB_pairs()
352 lua_call(L, 0, 1); /* call it */ in generic_reader()
Dloadlib.c639 lua_call(L, 1, 2); /* call it */ in findloader()
668 lua_call(L, 2, 1); /* run loader to load module */ in ll_require()
Dltablib.c281 lua_call(L, 2, 1); /* call function */ in sort_comp()
Dlauxlib.c844 lua_call(L, 1, 1); in luaL_callmeta()
953 lua_call(L, 1, 1); /* call 'openf' to open module */ in luaL_requiref()
Dldblib.c325 lua_call(L, 2, 0); /* call hook function */ in hookf()
Dlua.h283 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
Dlstrlib.c282 lua_call(L, 2, 1); /* call metamethod */ in trymt()
911 lua_call(L, n, 1); /* call it */ in add_value()
/external/bcc/src/lua/src/
Dmain.c83 lua_call(L, 2, 1); /* call debug.traceback */ in traceback()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dupb.c101 lua_call(L, 2, 1); in lupb_indexmm()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DLua.cpp50 lua_call(L, 3, 0); in lldb_print()