Searched refs:nResults (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ldo.h | 34 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults,
|
| H A D | ldo.c | 463 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 D | ldo.h | 43 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults);
|
| H A D | ldo.c | 370 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()
|