Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_eval.c1240 fi = cstack->cs_forinfo[cstack->cs_idx]; in ex_while()
1252 cstack->cs_forinfo[cstack->cs_idx] = fi; in ex_while()
1267 cstack->cs_forinfo[cstack->cs_idx] = NULL; in ex_while()
2499 free_for_info(cstack->cs_forinfo[cstack->cs_idx]); in rewind_conditionals()
H A Dstructs.h926 void *cs_forinfo[CSTACK_LEN]; // info used by ":for" member