Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldo.c415 L->errfunc = ci->u.c.old_errfunc; in finishCcall()
473 L->errfunc = ci->u.c.old_errfunc; in recover()
601 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() local
613 L->errfunc = old_errfunc; in luaD_pcall()
Dlstate.h84 ptrdiff_t old_errfunc; member
Dlapi.c958 ci->u.c.old_errfunc = L->errfunc; in lua_pcallk()
964 L->errfunc = ci->u.c.old_errfunc; in lua_pcallk()