Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalvars.c585 int text_indent_len = 0; in heredoc_get() local
612 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()