Home
last modified time | relevance | path

Searched refs:luaP_opnames (Results 1 – 6 of 6) sorted by relevance

/external/skia/third_party/lua/src/
Dlopcodes.c17 LUAI_DDEF const char *const luaP_opnames[NUM_OPCODES+1] = { variable
Dlopcodes.h281 LUAI_DDEC const char *const luaP_opnames[NUM_OPCODES+1]; /* opcode names */ variable
Dluac.c294 printf("%-9s\t",luaP_opnames[o]); in PrintCode()
/external/syslinux/com32/lua/src/
Dlopcodes.c17 LUAI_DDEF const char *const luaP_opnames[NUM_OPCODES+1] = { variable
Dlopcodes.h281 LUAI_DDEC const char *const luaP_opnames[NUM_OPCODES+1]; /* opcode names */ variable
Dluac.c294 printf("%-9s\t",luaP_opnames[o]); in PrintCode()