Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c19 static int check_linecomment(char_u *line);
2339 comment_col = check_linecomment(linep); in findmatchlimit()
2377 comment_col = check_linecomment(linep); in findmatchlimit()
2421 comment_col = check_linecomment(linep); in findmatchlimit()
2721 check_linecomment(char_u *line) in check_linecomment() function