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