Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c3307 cctx->ctx_instr.ga_len = 0; in compile_string()
3308 cctx->ctx_instr.ga_maxlen = 0; in compile_string()
3309 cctx->ctx_instr.ga_data = NULL; in compile_string()
3319 clear_instr_ga(&cctx->ctx_instr); in compile_string()
3320 cctx->ctx_instr = save_ga; in compile_string()
3328 instr = cctx->ctx_instr.ga_data; in compile_string()
3331 cctx->ctx_instr = save_ga; in compile_string()
9321 cctx->ctx_instr.ga_len = 0; in compile_substitute()
9336 cctx->ctx_instr = save_ga; in compile_substitute()
9347 cctx->ctx_instr = save_ga; in compile_substitute()
[all …]