Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/evp/
Devp_utils.c27 #define PARAM_CHECK(obj, func, errfunc) \ argument
/netbsd/src/external/bsd/lutok/dist/
Dstate.cpp631 lutok::state::pcall(const int nargs, const int nresults, const int errfunc) in pcall()
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dglob.c246 glob (pattern, flags, errfunc, pglob) in glob() argument
/netbsd/src/external/mit/lua/dist/src/
Dldebug.c815 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg() local
Dlstate.h328 ptrdiff_t errfunc; /* current error handling function (stack index) */ member
Dlapi.c1053 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()