Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlstate.h124 struct lua_longjmp; /* defined in ldo.c */
325 struct lua_longjmp *errorJmp; /* current error recover point */
H A Dldo.c88 struct lua_longjmp { struct
89 struct lua_longjmp *previous; argument
144 struct lua_longjmp lj; in luaD_rawrunprotected()