Searched refs:lua_call (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lbaselib.c | 32 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()
|
D | loadlib.c | 495 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()
|
D | ltablib.c | 175 lua_call(L, 2, 1); in sort_comp()
|
D | ldblib.c | 271 lua_call(L, 2, 0); in hookf()
|
D | lauxlib.c | 720 lua_call(L, 1, 1); in luaL_callmeta() 890 lua_call(L, 1, 1); /* open module */ in luaL_requiref()
|
D | lstrlib.c | 712 lua_call(L, n, 1); in add_value()
|
/device/linaro/bootloader/edk2/StdLib/Include/Lua/ |
D | lua.h | 253 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
|