Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h424 forloop_T forloop; member
H A Dvim9execute.c3269 STACK_TV_VAR(iptr->isn_arg.forloop.for_idx); 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()
5523 forloop_T *forloop = &iptr->isn_arg.forloop; in list_instructions() local
5526 forloop->for_idx, forloop->for_end); in list_instructions()
H A Dvim9compile.c1789 isn->isn_arg.forloop.for_idx = loop_idx; in generate_FOR()
8350 isn->isn_arg.forloop.for_end = instr->ga_len; in compile_endfor()
/vim-8.2.3635/runtime/syntax/
H A Dliquid.vim108 syn keyword liquidForloop forloop nextgroup=liquidForloopDot contained