Searched refs:comment_flags (Results 1 – 1 of 1) sorted by relevance
1867 char_u *comment_flags = NULL; in skip_comment() local1876 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 …]