Searched refs:luaP_opnames (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlopcodes.c17 LUAI_DDEF const char *const luaP_opnames[NUM_OPCODES+1] = { variable
H A Dlopcodes.h281 LUAI_DDEC const char *const luaP_opnames[NUM_OPCODES+1]; /* opcode names */ variable
/freebsd-11-stable/contrib/lua/src/
H A Dlopcodes.c20 LUAI_DDEF const char *const luaP_opnames[NUM_OPCODES+1] = { variable
H A Dlopcodes.h290 LUAI_DDEC const char *const luaP_opnames[NUM_OPCODES+1]; /* opcode names */ variable
H A Dluac.c305 printf("%-9s\t",luaP_opnames[o]);

Completed in 78 milliseconds