RetroArch
|
Go to the source code of this file.
Classes | |
struct | expdesc |
struct | Vardesc |
struct | Labeldesc |
struct | Labellist |
struct | Dyndata |
struct | FuncState |
Macros | |
#define | vkisvar(k) (VLOCAL <= (k) && (k) <= VINDEXED) |
#define | vkisinreg(k) ((k) == VNONRELOC || (k) == VLOCAL) |
Typedefs | |
typedef struct expdesc | expdesc |
typedef struct Vardesc | Vardesc |
typedef struct Labeldesc | Labeldesc |
typedef struct Labellist | Labellist |
typedef struct Dyndata | Dyndata |
typedef struct FuncState | FuncState |
Enumerations | |
enum | expkind { VVOID, VNIL, VTRUE, VFALSE, VK, VKFLT, VKINT, VNONRELOC, VLOCAL, VUPVAL, VINDEXED, VJMP, VRELOCABLE, VCALL, VVARARG } |
Functions | |
LUAI_FUNC LClosure * | luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, Dyndata *dyd, const char *name, int firstchar) |
enum expkind |