Searched refs:cin_isterminated (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | cindent.c | 508 cin_isterminated( in cin_isterminated() function 659 if (cin_isterminated(line, TRUE, FALSE) in cin_islabel() 2782 terminated = cin_isterminated(l, FALSE, TRUE); in get_c_indent() 3085 if (cin_isterminated(l, TRUE, FALSE)) in get_c_indent() 3100 terminated = cin_isterminated(l, FALSE, TRUE); in get_c_indent() 3651 && !cin_isterminated(theline, FALSE, TRUE)) in get_c_indent()
|