Searched refs:heredoc_ga (Results 1 – 1 of 1) sorted by relevance
674 garray_T heredoc_ga; in get_function_body() local677 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()