Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/module/lua/
H A Dldo.c379 int luaD_precall (lua_State *L, StkId func, int nresults) { in luaD_precall() function
/freebsd-src/contrib/lua/src/
H A Dldo.c588 CallInfo *luaD_precall (lua_State *L, StkId func, int nresults) { in luaD_precall() function