Home
last modified time | relevance | path

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

/l4re-core-master/ned/server/src/
A Dlua_exec.cc123 lua_call(_lua, 1, 1); in _cfg_cap()
185 lua_call(_lua, 1, 1); in push_initial_caps()
217 lua_call(_lua, 1, 1); in map_initial_caps()
A Dlua_cap.cc316 lua_call(l, 0, 1); in __cast()
/l4re-core-master/lua/lib/contrib/src/
A Dlbaselib.c273 lua_call(L, 1, 3); /* get 3 values from metamethod */ in luaB_pairs()
353 lua_call(L, 0, 1); /* call it */ in generic_reader()
A Dloadlib.c642 lua_call(L, 1, 2); /* call it */ in findloader()
671 lua_call(L, 2, 1); /* run loader to load module */ in ll_require()
A Dltablib.c282 lua_call(L, 2, 1); /* call function */ in sort_comp()
A Dldblib.c334 lua_call(L, 2, 0); /* call hook function */ in hookf()
A Dlauxlib.c866 lua_call(L, 1, 1); in luaL_callmeta()
975 lua_call(L, 1, 1); /* call 'openf' to open module */ in luaL_requiref()
A Dlua.h283 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
A Dlstrlib.c284 lua_call(L, 2, 1); /* call metamethod */ in trymt()
914 lua_call(L, n, 1); /* call it */ in add_value()

Completed in 33 milliseconds