POS_C              47 lib/lua/lopcodes.h #define POS_B		(POS_C + SIZE_C)
POS_C              48 lib/lua/lopcodes.h #define POS_Bx		POS_C
POS_C              92 lib/lua/lopcodes.h #define GETARG_C(i)	(cast(int, ((i)>>POS_C) & MASK1(SIZE_C,0)))
POS_C              93 lib/lua/lopcodes.h #define SETARG_C(i,b)	((i) = (((i)&MASK0(SIZE_C,POS_C)) | \
POS_C              94 lib/lua/lopcodes.h 		((cast(Instruction, b)<<POS_C)&MASK1(SIZE_C,POS_C))))
POS_C             107 lib/lua/lopcodes.h 			| (cast(Instruction, c)<<POS_C))