Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldo.h33 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults,
H A Dldo.c397 void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) { in luaD_call() argument
405 if (!luaD_precall(L, func, nResults)) /* is a Lua function? */ in luaD_call()