Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstate.h42 struct lua_longjmp; /* defined in ldo.c */
174 struct lua_longjmp *errorJmp; /* current error recover point */
H A Dldo.c147 struct lua_longjmp { struct
148 struct lua_longjmp *previous; argument
210 struct lua_longjmp lj; in luaD_rawrunprotected()
/freebsd/contrib/lua/src/
H A Dlstate.h122 struct lua_longjmp; /* defined in ldo.c */
323 struct lua_longjmp *errorJmp; /* current error recover point */
H A Dldo.c84 struct lua_longjmp { struct
85 struct lua_longjmp *previous; argument
140 struct lua_longjmp lj; in luaD_rawrunprotected()