Lines Matching refs:bx
346 int bx=GETARG_Bx(i); in PrintCode() local
367 printf("%d %d",a,bx); in PrintCode()
368 printf(COMMENT); PrintConstant(f,bx); in PrintCode()
616 printf("%d %d",a,bx); in PrintCode()
617 printf(COMMENT "to %d",pc-bx+2); in PrintCode()
620 printf("%d %d",a,bx); in PrintCode()
621 printf(COMMENT "exit to %d",pc+bx+3); in PrintCode()
624 printf("%d %d",a,bx); in PrintCode()
625 printf(COMMENT "to %d",pc+bx+2); in PrintCode()
631 printf("%d %d",a,bx); in PrintCode()
632 printf(COMMENT "to %d",pc-bx+2); in PrintCode()
639 printf("%d %d",a,bx); in PrintCode()
640 printf(COMMENT "%p",VOID(f->p[bx])); in PrintCode()