Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
struct lua_longjmp * | previous |
luai_jmpbuf | b |
volatile int | status |
Definition at line 44 of file lua-5.1.5/src/ldo.c.
luai_jmpbuf lua_longjmp::b |
Definition at line 46 of file lua-5.1.5/src/ldo.c.
struct lua_longjmp * lua_longjmp::previous |
Definition at line 45 of file lua-5.1.5/src/ldo.c.
Referenced by luaD_rawrunprotected().
volatile int lua_longjmp::status |
Definition at line 47 of file lua-5.1.5/src/ldo.c.
Referenced by finishCcall(), finishCcall(), finishpcallk(), lua_resume(), lua_resume(), lua_resume(), luaD_pcall(), luaD_rawrunprotected(), luaD_throw(), precover(), recover(), recover(), and resetstack().