Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c1629 hashtab_T ht_match[MT_COUNT]; // stores matches by key in find_tags() local
1697 hash_init(&ht_match[mtt]); in find_tags()
2658 hi = hash_lookup(&ht_match[mtt], mfp, hash); in find_tags()
2661 if (hash_add_item(&ht_match[mtt], hi, mfp, hash) in find_tags()
2810 hash_clear(&ht_match[mtt]); in find_tags()