Home
last modified time | relevance | path

Searched refs:nResults (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldo.h33 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults,
Dldo.c393 void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) { in luaD_call() argument
401 if (!luaD_precall(L, func, nResults)) /* is a Lua function? */ in luaD_call()