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

/macosx-10.10.1/vim-55/src/
H A Dsearch.c1913 int col, bslcnt = 0; local
1918 bslcnt++;
1919 match_escaped = (bslcnt & 1);
2338 int col, bslcnt = 0; local
2343 bslcnt++;
2347 if (cpo_bsl || (bslcnt & 1) == match_escaped)

Completed in 93 milliseconds