Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c1900 check_prevcol( in check_prevcol() function
2244 for (col = pos.col; check_prevcol(linep, col, '\\', &col);) in findmatchlimit()
2673 && check_prevcol(linep, pos.col, '\\', NULL) in findmatchlimit()
2674 && check_prevcol(linep, pos.col - 1, '#', NULL)) in findmatchlimit()
2687 for (col = pos.col; check_prevcol(linep, col, '\\', &col);) in findmatchlimit()