Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c2240 int col, bslcnt = 0; in findmatchlimit() local
2245 bslcnt++; in findmatchlimit()
2246 match_escaped = (bslcnt & 1); in findmatchlimit()
2683 int col, bslcnt = 0; in findmatchlimit() local
2688 bslcnt++; in findmatchlimit()
2692 if (cpo_bsl || (bslcnt & 1) == match_escaped) in findmatchlimit()