Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchange.c1668 if (*p == COM_START || *p == COM_MIDDLE) in open_line()
1671 if (*p == COM_START) in open_line()
1722 if (current_flag == COM_START) in open_line()
H A Dtextformat.c533 if (*p == COM_START) in same_leader()
H A Doption.h306 #define COM_START 's' // start of comment macro
H A Dcindent.c2185 if (*p == COM_START || *p == COM_END || *p == COM_MIDDLE) in get_c_indent()
2198 if (what == COM_START) in get_c_indent()