Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h247 int for_end; // position to jump to after done member
H A Dvim9execute.c3283 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()
5526 forloop->for_idx, forloop->for_end); in list_instructions()
H A Dvim9compile.c8350 isn->isn_arg.forloop.for_end = instr->ga_len; in compile_endfor()