bc                573 include/conf.h #define CONF_INFOC(id, param, type, bc, fc, bt, ft) { id, sizeof( param ), type, &param, {cl:{fg:{fc,ft},bg:{bc,bt}}}, 0 }
bc                812 lib/lua/lcode.c LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) {
bc                815 lib/lua/lcode.c   return luaK_code(fs, CREATE_ABx(o, a, bc), fs->ls->lastline);
bc                109 lib/lua/lopcodes.h #define CREATE_ABx(o,a,bc)	((cast(Instruction, o)<<POS_OP) \
bc                111 lib/lua/lopcodes.h 			| (cast(Instruction, bc)<<POS_Bx))