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

/macosx-10.10.1/vim-55/src/
H A Dsearch.c1734 int match_escaped = 0; /* search for escaped match */ local
1915 /* Set "match_escaped" if there are an odd number of
1919 match_escaped = (bslcnt & 1);
2347 if (cpo_bsl || (bslcnt & 1) == match_escaped)

Completed in 134 milliseconds