Home
last modified time | relevance | path

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

/freebsd/contrib/lutok/
H A Doperations.cpp77 const int nresults, const int errfunc) in do_file()
117 const int nresults, const int errfunc) in do_string()
H A Dstate.cpp643 lutok::state::pcall(const int nargs, const int nresults, const int errfunc) in pcall()
/freebsd/crypto/openssl/crypto/evp/
H A Devp_utils.c27 #define PARAM_CHECK(obj, func, errfunc) \ argument
/freebsd/lib/libc/tests/gen/
H A Dglob2_test.c134 errfunc(const char *path, int err) in errfunc() function
/freebsd/sys/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.c927 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()
/freebsd/contrib/lua/src/
H A Dldebug.c811 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg() local
H A Dlstate.h326 ptrdiff_t errfunc; /* current error handling function (stack index) */ member
H A Dlapi.c1043 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()