Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstate.h42 struct lua_longjmp; /* defined in ldo.c */
173 struct lua_longjmp *errorJmp; /* current error recover point */
H A Dldo.c81 struct lua_longjmp { struct
82 struct lua_longjmp *previous; argument
131 struct lua_longjmp lj; in luaD_rawrunprotected()