Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfold.c582 garray_T fold_ga; in foldCreate() local
652 ga_init2(&fold_ga, (int)sizeof(fold_T), 10); in foldCreate()
658 if (cont > 0 && ga_grow(&fold_ga, cont) == OK) in foldCreate()
670 mch_memmove(fold_ga.ga_data, fp, sizeof(fold_T) * cont); in foldCreate()
671 fold_ga.ga_len += cont; in foldCreate()
677 ((fold_T *)fold_ga.ga_data)[j].fd_top -= start_rel; in foldCreate()
686 fp->fd_nested = fold_ga; in foldCreate()