Searched defs:errfunc (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/lutok/
H A Doperations.cpp76 do_file(state& s, const std::string& file, const int nargs, const int nresults, const int errfunc) argument
116 do_string(state& s, const std::string& str, const int nargs, const int nresults, const int errfunc) argument
H A Dstate.cpp643 lutok::state::pcall(const int nargs, const int nresults, const int errfunc) argument
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dldebug.c588 StkId errfunc = restorestack(L, L->errfunc); local
H A Dlstate.h175 ptrdiff_t errfunc; /* current error handling function (stack index) */ member in struct:lua_State
H A Dlapi.c926 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, argument
/freebsd-current/contrib/lua/src/
H A Dldebug.c811 StkId errfunc = restorestack(L, L->errfunc); local
H A Dlstate.h326 ptrdiff_t errfunc; /* current error handling function (stack index) */ member in struct:lua_State
H A Dlapi.c1043 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, argument

Completed in 221 milliseconds