Searched refs:text_indent_len (Results 1 – 1 of 1) sorted by relevance
585 int text_indent_len = 0; in heredoc_get() local612 text_indent_len = -1; in heredoc_get()672 if (text_indent_len == -1 && *theline != NUL) in heredoc_get()676 text_indent_len = 0; in heredoc_get()680 text_indent_len++; in heredoc_get()682 text_indent = vim_strnsave(theline, text_indent_len); in heredoc_get()686 for (ti = 0; ti < text_indent_len; ++ti) in heredoc_get()