Home
last modified time | relevance | path

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

/minix3/external/bsd/lutok/dist/
H A Dstate.cpp631 lutok::state::pcall(const int nargs, const int nresults, const int errfunc) in pcall()
/minix3/external/mit/lua/dist/src/
H A Dldebug.c625 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg() local
H A Dlstate.h168 ptrdiff_t errfunc; /* current error handling function (stack index) */ member
H A Dlapi.c932 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()