Home
last modified time | relevance | path

Searched defs:nresults (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldo.c296 int luaD_precall (lua_State *L, StkId func, int nresults) { in luaD_precall()
567 LUA_API int lua_yieldk (lua_State *L, int nresults, int ctx, lua_CFunction k) { in lua_yieldk()
Dlapi.c889 LUA_API void lua_callk (lua_State *L, int nargs, int nresults, int ctx, in lua_callk()
917 int nresults; member
928 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()
Dlstate.h73 short nresults; /* expected number of results from this function */ member
Dlcode.c359 void luaK_setreturns (FuncState *fs, expdesc *e, int nresults) { in luaK_setreturns()