Searched refs:comment_char (Results 1 – 4 of 4) sorted by relevance
24 syn keyword fdccKeyword escape_char comment_char
1796 int comment_char = in_vim9script() ? '#' : '"'; in getsourceline() local1810 || (p[0] == comment_char in getsourceline()1853 else if (!(p[0] == (comment_char) in getsourceline()
588 int comment_char = in_vim9script() ? '#' : '"'; in heredoc_get() local616 if (*cmd != NUL && *cmd != comment_char) in heredoc_get()620 if (*skipwhite(p) != NUL && *skipwhite(p) != comment_char) in heredoc_get()
5409 int comment_char = '"'; in ends_excmd() local5413 comment_char = '#'; in ends_excmd()5415 return (c == NUL || c == '|' || c == comment_char || c == '\n'); in ends_excmd()