Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlbaselib.c32 lua_call(L, 1, 1); in luaB_print()
207 lua_call(L, 1, 3); /* get 3 values from metamethod */ in pairsmeta()
296 lua_call(L, 0, 1); /* call it */ in generic_reader()
Dloadlib.c495 lua_call(L, 1, 2); /* call it */ in findloader()
520 lua_call(L, 2, 1); /* run loader to load module */ in ll_require()
564 lua_call(L, 1, 0); in dooptions()
Dltablib.c175 lua_call(L, 2, 1); in sort_comp()
Dldblib.c271 lua_call(L, 2, 0); in hookf()
Dlauxlib.c720 lua_call(L, 1, 1); in luaL_callmeta()
890 lua_call(L, 1, 1); /* open module */ in luaL_requiref()
Dlstrlib.c712 lua_call(L, n, 1); in add_value()
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h253 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro