rpm  4.5
Data Fields
lua_longjmp Struct Reference
Collaboration diagram for lua_longjmp:
Collaboration graph
[legend]

Data Fields

struct lua_longjmpprevious
 
jmp_buf b
 
volatile int status
 

Detailed Description

Definition at line 43 of file ldo.c.

Field Documentation

jmp_buf lua_longjmp::b

Definition at line 45 of file ldo.c.

Referenced by luaD_rawrunprotected(), and luaD_throw().

struct lua_longjmp* lua_longjmp::previous

Definition at line 44 of file ldo.c.

Referenced by luaD_rawrunprotected().

volatile int lua_longjmp::status

Definition at line 46 of file ldo.c.

Referenced by lua_resume(), luaD_pcall(), luaD_rawrunprotected(), and luaD_throw().


The documentation for this struct was generated from the following file: