Searched refs:luaP_opnames (Results 1 – 3 of 3) sorted by relevance
20 LUAI_DDEF const char *const luaP_opnames[NUM_OPCODES+1] = { variable
290 LUAI_DDEC const char *const luaP_opnames[NUM_OPCODES+1]; /* opcode names */ variable
305 printf("%-9s\t",luaP_opnames[o]); in PrintCode()