Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldo.h34 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults,
H A Dldo.c463 void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) { in luaD_call() argument
476 if (!luaD_precall(L, func, nResults)) /* is a Lua function? */ in luaD_call()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldo.h43 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults);
H A Dldo.c370 void luaD_call (lua_State *L, StkId func, int nResults) { in luaD_call() argument
377 if (luaD_precall(L, func, nResults) == PCRLUA) /* is a Lua function? */ in luaD_call()