Public Attributes | |
| struct BlockCnt * | previous |
| short | firstlabel |
| short | firstgoto |
| lu_byte | nactvar |
| lu_byte | upval |
| lu_byte | isloop |
Definition at line 41 of file lparser.cpp.
| short BlockCnt::firstgoto |
Definition at line 44 of file lparser.cpp.
Referenced by enterblock(), findgotos(), leaveblock(), and movegotosout().
| short BlockCnt::firstlabel |
Definition at line 43 of file lparser.cpp.
Referenced by checkrepeated(), enterblock(), findlabel(), and leaveblock().
| lu_byte BlockCnt::isloop |
Definition at line 47 of file lparser.cpp.
Referenced by enterblock(), and leaveblock().
| lu_byte BlockCnt::nactvar |
Definition at line 45 of file lparser.cpp.
Referenced by enterblock(), labelstat(), leaveblock(), markupval(), movegotosout(), and repeatstat().
| struct BlockCnt* BlockCnt::previous |
Definition at line 42 of file lparser.cpp.
Referenced by enterblock(), leaveblock(), and markupval().
| lu_byte BlockCnt::upval |
Definition at line 46 of file lparser.cpp.
Referenced by enterblock(), findlabel(), leaveblock(), markupval(), movegotosout(), and repeatstat().
1.8.8