Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c3111 tagp->fname_end = p; in parse_tag_line()
3202 tagp->fname_end = lbuf++; in parse_match()
3292 c = *tagp->fname_end; in tag_full_fname()
3293 *tagp->fname_end = NUL; in tag_full_fname()
3300 *tagp->fname_end = c; in tag_full_fname()
3353 tagp.fname_end = NULL; in jumpto_tag()
3358 *tagp.fname_end = NUL; in jumpto_tag()
3780 char_u *fname_end, in test_for_current() argument
3796 c = *fname_end; in test_for_current()
3797 *fname_end = NUL; in test_for_current()
[all …]