Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c1595 TS_LINEAR // linear searching forward, till EOF in find_tags() enumerator
2069 state = TS_LINEAR; in find_tags()
2177 state = TS_LINEAR; in find_tags()
2189 state = TS_LINEAR; in find_tags()
2196 state = TS_LINEAR; in find_tags()
2199 state = TS_LINEAR; in find_tags()
2209 state = TS_LINEAR; in find_tags()
2285 else if (state == TS_LINEAR && orgpat.headlen != cmplen) in find_tags()