Searched defs:errfunc (Results 1 – 7 of 7) sorted by relevance
/external/skia/third_party/lua/src/ |
D | ldebug.c | 562 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg() local
|
D | lstate.h | 174 ptrdiff_t errfunc; /* current error handling function (stack index) */ member
|
D | lapi.c | 928 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()
|
/external/syslinux/com32/lua/src/ |
D | ldebug.c | 575 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg() local
|
D | lstate.h | 174 ptrdiff_t errfunc; /* current error handling function (stack index) */ member
|
D | lapi.c | 928 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()
|
/external/python/cpython2/Lib/test/ |
D | test_itertools.py | 20 def errfunc(*args): function
|