Searched defs:errfunc (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/lutok/ |
| H A D | operations.cpp | 77 const int nresults, const int errfunc) in do_file() 117 const int nresults, const int errfunc) in do_string()
|
| H A D | state.cpp | 643 lutok::state::pcall(const int nargs, const int nresults, const int errfunc) in pcall()
|
| /freebsd-14.2/crypto/openssl/crypto/evp/ |
| H A D | evp_utils.c | 27 #define PARAM_CHECK(obj, func, errfunc) \ argument
|
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | ldebug.c | 588 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg() local
|
| H A D | lstate.h | 175 ptrdiff_t errfunc; /* current error handling function (stack index) */ member
|
| H A D | lapi.c | 926 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | ldebug.c | 811 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg() local
|
| H A D | lstate.h | 326 ptrdiff_t errfunc; /* current error handling function (stack index) */ member
|
| H A D | lapi.c | 1043 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()
|