Home
last modified time | relevance | path

Searched refs:ec_iidx (Results 1 – 1 of 1) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dvim9execute.c463 ectx->ec_iidx = 0; in call_dfunc()
1651 ectx->ec_iidx = 0; 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()
3504 ectx->ec_iidx = iidx; in exec_instructions()
3554 ectx->ec_iidx = trycmd->tcd_cont - 1; in exec_instructions()
4614 ++ectx->ec_iidx; in exec_instructions()
4643 int save_iidx = ectx->ec_iidx; in exe_typval_instr()
4655 ectx->ec_iidx = save_iidx; in exe_typval_instr()
4669 int save_iidx = ectx->ec_iidx; in exe_substitute_instr()
[all …]