Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldebug.c575 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg() local
Dlstate.h174 ptrdiff_t errfunc; /* current error handling function (stack index) */ member
Dlapi.c928 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_itertools.py20 def errfunc(*args): function