Home
last modified time | relevance | path

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

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