OpArgMask 304 lib/lua/ldebug.c static int checkArgMode (const Proto *pt, int r, enum OpArgMask mode) { OpArgMask 255 lib/lua/lopcodes.h #define getBMode(m) (cast(enum OpArgMask, (luaP_opmodes[m] >> 4) & 3)) OpArgMask 256 lib/lua/lopcodes.h #define getCMode(m) (cast(enum OpArgMask, (luaP_opmodes[m] >> 2) & 3))