Home
last modified time | relevance | path

Searched defs:errfunc (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstate.h126 ptrdiff_t errfunc; /* current error handling function (stack index) */ member
H A Dldebug.c620 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg() local
H A Dlapi.c805 LUA_API int lua_pcall (lua_State *L, int nargs, int nresults, int errfunc) { in lua_pcall()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldebug.c589 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg() local
H A Dlstate.h176 ptrdiff_t errfunc; /* current error handling function (stack index) */ member
H A Dlapi.c925 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()