Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextformat.c473 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()
H A Doption.h308 #define COM_END 'e' // end of comment macro
H A Dops.c1878 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()
H A Dcindent.c2185 if (*p == COM_START || *p == COM_END || *p == COM_MIDDLE) in get_c_indent()
2210 else if (what == COM_END) in get_c_indent()
H A Dchange.c1741 if (*p == COM_END) in open_line()
H A Dmisc1.c89 && vim_strchr(part_buf, COM_END) == NULL) in get_leader_len()