Searched defs:nResults (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | ldo.c | 628 l_sinline void ccall (lua_State *L, StkId func, int nResults, l_uint32 inc) { in ccall() 646 void luaD_call (lua_State *L, StkId func, int nResults) { in luaD_call() 654 void luaD_callnoyield (lua_State *L, StkId func, int nResults) { in luaD_callnoyield()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | ldo.c | 476 void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) { in luaD_call()
|