Searched refs:lua_call (Results 1 – 9 of 9) sorted by relevance
/l4re-core-master/ned/server/src/ |
A D | lua_exec.cc | 123 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 D | lua_cap.cc | 316 lua_call(l, 0, 1); in __cast()
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lbaselib.c | 273 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 D | loadlib.c | 642 lua_call(L, 1, 2); /* call it */ in findloader() 671 lua_call(L, 2, 1); /* run loader to load module */ in ll_require()
|
A D | ltablib.c | 282 lua_call(L, 2, 1); /* call function */ in sort_comp()
|
A D | ldblib.c | 334 lua_call(L, 2, 0); /* call hook function */ in hookf()
|
A D | lauxlib.c | 866 lua_call(L, 1, 1); in luaL_callmeta() 975 lua_call(L, 1, 1); /* call 'openf' to open module */ in luaL_requiref()
|
A D | lua.h | 283 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
|
A D | lstrlib.c | 284 lua_call(L, 2, 1); /* call metamethod */ in trymt() 914 lua_call(L, n, 1); /* call it */ in add_value()
|
Completed in 33 milliseconds