Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c574 tagptrs_T tagp, tagp2; in do_tag() local
583 parse_match(new_matches[i], &tagp2); in do_tag()
584 if (STRCMP(tagp.tagname, tagp2.tagname) == 0) in do_tag()