Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include "lopcodes.h"
Go to the source code of this file.
Macros | |
#define | lopcodes_c |
#define | LUA_CORE |
#define | opmode(t, a, b, c, m) (((t)<<7) | ((a)<<6) | ((b)<<4) | ((c)<<2) | (m)) |
Variables | |
LUAI_DDEF const char *const | luaP_opnames [NUM_OPCODES+1] |
LUAI_DDEF const lu_byte | luaP_opmodes [NUM_OPCODES] |
#define lopcodes_c |
Definition at line 8 of file lua-5.2.4/src/lopcodes.c.
#define LUA_CORE |
Definition at line 9 of file lua-5.2.4/src/lopcodes.c.
Definition at line 62 of file lua-5.2.4/src/lopcodes.c.
LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] |
Definition at line 64 of file lua-5.2.4/src/lopcodes.c.
LUAI_DDEF const char* const luaP_opnames[NUM_OPCODES+1] |
Definition at line 17 of file lua-5.2.4/src/lopcodes.c.