Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c5246 garray_T end_ga; in compile_and_or() local
5274 ga_clear(&end_ga); in compile_and_or()
5321 ga_clear(&end_ga); in compile_and_or()
5329 *(((int *)end_ga.ga_data) + end_ga.ga_len) = instr->ga_len; in compile_and_or()
5330 ++end_ga.ga_len; in compile_and_or()
5339 ga_clear(&end_ga); in compile_and_or()
5347 ga_clear(&end_ga); in compile_and_or()
5378 ga_clear(&end_ga); in compile_and_or()
5390 --end_ga.ga_len; in compile_and_or()
5392 + *(((int *)end_ga.ga_data) + end_ga.ga_len); in compile_and_or()
[all …]