Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsearch.c2091 int hash_dir = 0; // Direction searched for # things in findmatchlimit() local
2153 hash_dir = dir; in findmatchlimit()
2172 hash_dir = 1; in findmatchlimit()
2210 if (!hash_dir && !comment_dir) in findmatchlimit()
2234 hash_dir = 1; in findmatchlimit()
2250 if (hash_dir) in findmatchlimit()
2261 hash_dir = 1; in findmatchlimit()
2263 hash_dir = -1; in findmatchlimit()
2270 if (hash_dir > 0) in findmatchlimit()
2277 pos.lnum += hash_dir; in findmatchlimit()
[all …]