Searched defs:errfunc (Results 1 – 6 of 6) sorted by relevance
126 ptrdiff_t errfunc; /* current error handling function (stack index) */ member
620 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg() local
805 LUA_API int lua_pcall (lua_State *L, int nargs, int nresults, int errfunc) { in lua_pcall()
589 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg() local
176 ptrdiff_t errfunc; /* current error handling function (stack index) */ member
925 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()