Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Duserfunc.c673 int heredoc_concat_len = 0; in get_function_body() local
781 if (heredoc_concat_len > 0) in get_function_body()
787 heredoc_concat_len - 1]); in get_function_body()
789 heredoc_concat_len - 1] = heredoc_ga.ga_data; in get_function_body()
791 heredoc_concat_len = 0; in get_function_body()
992 heredoc_concat_len = newlines->ga_len + 1; in get_function_body()
1035 if (heredoc_concat_len > 0) in get_function_body()