#include <lparser.h>
Public Attributes | |
struct { | |
Vardesc * arr | |
int n | |
int size | |
} | actvar |
Labellist | gt |
Labellist | label |
struct { ... } Dyndata::actvar |
Referenced by getlocvar(), luaD_protectedparser(), luaY_parser(), new_localvar(), open_func(), and removevars().
Vardesc* Dyndata::arr |
Definition at line 81 of file lparser.h.
Referenced by getlocvar(), luaD_protectedparser(), and new_localvar().
Labellist Dyndata::gt |
Definition at line 85 of file lparser.h.
Referenced by closegoto(), enterblock(), findgotos(), findlabel(), gotostat(), leaveblock(), luaD_protectedparser(), luaY_parser(), and movegotosout().
Labellist Dyndata::label |
Definition at line 86 of file lparser.h.
Referenced by breaklabel(), enterblock(), findlabel(), labelstat(), leaveblock(), luaD_protectedparser(), and luaY_parser().
int Dyndata::n |
Definition at line 82 of file lparser.h.
Referenced by luaY_parser(), new_localvar(), open_func(), and removevars().
int Dyndata::size |
Definition at line 83 of file lparser.h.
Referenced by luaD_protectedparser(), and new_localvar().