Home
last modified time | relevance | path

Searched refs:lua_longjmp (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstate.h42 struct lua_longjmp; /* defined in ldo.c */
173 struct lua_longjmp *errorJmp; /* current error recover point */
Dldo.c77 struct lua_longjmp { struct
78 struct lua_longjmp *previous; argument
127 struct lua_longjmp lj; in luaD_rawrunprotected()