Lines Matching refs:ec_iidx
90 int ec_iidx; // index in ec_instr: instruction to execute member
390 STACK_TV_BOT(STACK_FRAME_IIDX_OFF)->vval.v_number = ectx->ec_iidx; in call_dfunc()
463 ectx->ec_iidx = 0; in call_dfunc()
719 ectx->ec_iidx = STACK_TV(ectx->ec_frame_idx in func_return()
1651 ectx->ec_iidx = 0; in exec_instructions()
1709 ectx->ec_iidx = trycmd->tcd_finally_idx; in exec_instructions()
1714 ectx->ec_iidx = trycmd->tcd_catch_idx; in exec_instructions()
1744 iptr = &ectx->ec_instr[ectx->ec_iidx++]; in exec_instructions()
3157 ectx->ec_iidx = trycmd->tcd_finally_idx; in exec_instructions()
3159 ectx->ec_iidx = trycmd->tcd_endtry_idx; in exec_instructions()
3250 ectx->ec_iidx = iptr->isn_arg.jump.jump_where; in exec_instructions()
3261 ectx->ec_iidx = iptr->isn_arg.jumparg.jump_where; in exec_instructions()
3283 ectx->ec_iidx = iptr->isn_arg.forloop.for_end; in exec_instructions()
3315 ectx->ec_iidx = iptr->isn_arg.forloop.for_end; in exec_instructions()
3351 ectx->ec_iidx = iptr->isn_arg.forloop.for_end; in exec_instructions()
3458 ectx->ec_iidx = iidx; in exec_instructions()
3508 ectx->ec_iidx = trycmd->tcd_cont - 1; in exec_instructions()
4567 while (ectx->ec_instr[ectx->ec_iidx].isn_type != ISN_CMDMOD_REV) in exec_instructions()
4568 ++ectx->ec_iidx; in exec_instructions()
4597 int save_iidx = ectx->ec_iidx; in exe_typval_instr()
4609 ectx->ec_iidx = save_iidx; in exe_typval_instr()
4623 int save_iidx = ectx->ec_iidx; in exe_substitute_instr()
4642 ectx->ec_iidx = save_iidx; in exe_substitute_instr()