Home
last modified time | relevance | path

Searched defs:luaD_call (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldo.c476 void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) { in luaD_call() function
/freebsd/contrib/lua/src/
H A Dldo.c646 void luaD_call (lua_State *L, StkId func, int nResults) { in luaD_call() function