Home
last modified time | relevance | path

Searched refs:old_errfunc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dldo.c692 L->errfunc = ci->u.c.old_errfunc; in finishpcallk()
955 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() local
965 L->errfunc = old_errfunc; in luaD_pcall()
H A Dlstate.h191 ptrdiff_t old_errfunc; member
H A Dlapi.c1082 ci->u.c.old_errfunc = L->errfunc; in lua_pcallk()
1088 L->errfunc = ci->u.c.old_errfunc; in lua_pcallk()