currentOperand    261 src/code.c         ScmObj currentOperand;      /* ditto */
currentOperand    291 src/code.c         b->currentOperand = b->currentInfo = SCM_FALSE;
currentOperand    357 src/code.c             b->labelRefs = Scm_Acons(b->currentOperand,
currentOperand    364 src/code.c             cc_builder_add_word(b, SCM_WORD(b->currentOperand));
currentOperand    365 src/code.c             cc_builder_add_constant(b, b->currentOperand);
currentOperand    369 src/code.c             SCM_ASSERT(SCM_PAIRP(b->currentOperand)
currentOperand    370 src/code.c                        && SCM_PAIRP(SCM_CDR(b->currentOperand)));
currentOperand    371 src/code.c             cc_builder_add_word(b, SCM_WORD(SCM_CAR(b->currentOperand)));
currentOperand    372 src/code.c             cc_builder_add_constant(b, SCM_CAR(b->currentOperand));
currentOperand    373 src/code.c             b->labelRefs = Scm_Acons(SCM_CADR(b->currentOperand),
currentOperand    379 src/code.c             if (!SCM_COMPILED_CODE_P(b->currentOperand)) goto badoperand;
currentOperand    380 src/code.c             cc_builder_add_word(b, SCM_WORD(b->currentOperand));
currentOperand    381 src/code.c             cc_builder_add_constant(b, b->currentOperand);
currentOperand    389 src/code.c         Scm_Error("[internal error] bad operand: %S", b->currentOperand);
currentOperand    600 src/code.c             b->currentOperand = (operand);          \
currentOperand    613 src/code.c             b->currentOperand = (operand);                  \