NUM_OPCODES       328 lib/lua/ldebug.c     check(op < NUM_OPCODES);
NUM_OPCODES        16 lib/lua/lopcodes.c const char *const luaP_opnames[NUM_OPCODES+1] = {
NUM_OPCODES        61 lib/lua/lopcodes.c const lu_byte luaP_opmodes[NUM_OPCODES] = {
NUM_OPCODES       252 lib/lua/lopcodes.h LUAI_DATA const lu_byte luaP_opmodes[NUM_OPCODES];
NUM_OPCODES       261 lib/lua/lopcodes.h LUAI_DATA const char *const luaP_opnames[NUM_OPCODES+1];  /* opcode names */