Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c1867 char_u *comment_flags = NULL; in skip_comment() local
1876 while (*comment_flags) in skip_comment()
1878 if (*comment_flags == COM_END in skip_comment()
1879 || *comment_flags == ':') in skip_comment()
1881 ++comment_flags; in skip_comment()
1883 if (*comment_flags != COM_END) in skip_comment()
1899 while (*comment_flags) in skip_comment()
1901 if (*comment_flags == COM_END in skip_comment()
1902 || *comment_flags == ':') in skip_comment()
1904 ++comment_flags; in skip_comment()
[all …]