Searched refs:COM_END (Results 1 – 6 of 6) sorted by relevance
473 while (*flags && *flags != ':' && *flags != COM_END) in fmt_check_par()478 || (*leader_len > 0 && *flags == COM_END) in fmt_check_par()531 if (*p == COM_END) in same_leader()
308 #define COM_END 'e' // end of comment macro
1878 if (*comment_flags == COM_END in skip_comment()1883 if (*comment_flags != COM_END) in skip_comment()1901 if (*comment_flags == COM_END in skip_comment()
2185 if (*p == COM_START || *p == COM_END || *p == COM_MIDDLE) in get_c_indent()2210 else if (what == COM_END) in get_c_indent()
1741 if (*p == COM_END) in open_line()
89 && vim_strchr(part_buf, COM_END) == NULL) in get_leader_len()