Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Duserfunc.c674 garray_T heredoc_ga; in get_function_body() local
677 ga_init2(&heredoc_ga, 1, 500); in get_function_body()
785 ga_concat(&heredoc_ga, theline); in get_function_body()
789 heredoc_concat_len - 1] = heredoc_ga.ga_data; in get_function_body()
790 ga_init(&heredoc_ga); in get_function_body()
1039 ga_concat(&heredoc_ga, theline); in get_function_body()
1040 ga_concat(&heredoc_ga, (char_u *)"\n"); in get_function_body()
1071 vim_free(heredoc_ga.ga_data); in get_function_body()