Go to the source code of this file.
Defines | |
#define | lopcodes_c |
#define | LUA_CORE |
#define | opmode(t, a, b, c, m) (((t)<<7) | ((a)<<6) | ((b)<<4) | ((c)<<2) | (m)) |
Variables | |
const char *const | luaP_opnames [NUM_OPCODES+1] |
const lu_byte | luaP_opmodes [NUM_OPCODES] |
#define lopcodes_c |
Definition at line 7 of file lopcodes.c.
#define LUA_CORE |
Definition at line 8 of file lopcodes.c.
#define opmode | ( | t, | |||
a, | |||||
b, | |||||
c, | |||||
m | ) | (((t)<<7) | ((a)<<6) | ((b)<<4) | ((c)<<2) | (m)) |
Definition at line 59 of file lopcodes.c.
const lu_byte luaP_opmodes[NUM_OPCODES] |
Definition at line 61 of file lopcodes.c.
const char* const luaP_opnames[NUM_OPCODES+1] |
Definition at line 16 of file lopcodes.c.
Referenced by PrintCode().
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:50:00 2011 by Doxygen 1.6.1