Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c2094 int start_in_quotes; // start position is in quotes in findmatchlimit() local
2330 start_in_quotes = MAYBE; in findmatchlimit()
2546 if (start_in_quotes == MAYBE) in findmatchlimit()
2550 start_in_quotes = TRUE; in findmatchlimit()
2561 if (start_in_quotes == MAYBE) in findmatchlimit()
2565 start_in_quotes = TRUE; in findmatchlimit()
2576 if (start_in_quotes == MAYBE) in findmatchlimit()
2577 start_in_quotes = FALSE; in findmatchlimit()
2598 start_in_quotes = FALSE; in findmatchlimit()
2615 start_in_quotes = FALSE; in findmatchlimit()
[all …]