Data Fields | |
struct BlockCnt * | previous |
int | breaklist |
lu_byte | nactvar |
lu_byte | upval |
lu_byte | isbreakable |
Definition at line 40 of file lparser.c.
Definition at line 42 of file lparser.c.
Referenced by block(), breakstat(), enterblock(), and leaveblock().
Definition at line 45 of file lparser.c.
Referenced by breakstat(), enterblock(), and leaveblock().
Definition at line 43 of file lparser.c.
Referenced by breakstat(), enterblock(), leaveblock(), and markupval().
struct BlockCnt* BlockCnt::previous |
Definition at line 41 of file lparser.c.
Referenced by breakstat(), enterblock(), leaveblock(), and markupval().
Definition at line 44 of file lparser.c.
Referenced by breakstat(), enterblock(), leaveblock(), markupval(), and repeatstat().