Lines Matching refs:comment_flags
1867 char_u *comment_flags = NULL; in skip_comment() local
1869 int leader_offset = get_last_leader_offset(line, &comment_flags); in skip_comment()
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()
1890 lead_len = get_leader_len(line, &comment_flags, FALSE, include_space); 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()
1910 if (*comment_flags == ':' || *comment_flags == NUL) in skip_comment()