Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c1606 int match_re; // match with regexp in find_tags() local
2437 match_re = FALSE; in find_tags()
2457 match_re = TRUE; in find_tags()
2507 if (match_re) in find_tags()
2544 match_re ? matchoff : 0, !match_no_ic); in find_tags()