Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c3296 garray_T save_ga = cctx->ctx_instr; in compile_string() local
3320 cctx->ctx_instr = save_ga; in compile_string()
3331 cctx->ctx_instr = save_ga; in compile_string()
9308 garray_T save_ga = cctx->ctx_instr; in compile_substitute() local
9336 cctx->ctx_instr = save_ga; in compile_substitute()
9347 cctx->ctx_instr = save_ga; in compile_substitute()
H A Devalfunc.c3467 garray_T save_ga; in execute_common() local
3518 save_ga = redir_execute_ga; in execute_common()
3555 redir_execute_ga = save_ga; in execute_common()