Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c3884 tagptrs_T t_p; in expand_tags() local
3911 parse_match((*file)[i], &t_p); in expand_tags()
3912 len = t_p.tagname_end - t_p.tagname; in expand_tags()
3927 mch_memmove(name_buf, t_p.tagname, len); in expand_tags()
3929 name_buf[len++] = (t_p.tagkind != NULL && *t_p.tagkind) in expand_tags()
3930 ? *t_p.tagkind : 'f'; in expand_tags()
3932 mch_memmove((*file)[i] + len, t_p.fname, in expand_tags()
3933 t_p.fname_end - t_p.fname); in expand_tags()
3934 (*file)[i][len + (t_p.fname_end - t_p.fname)] = 0; in expand_tags()