Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c3312 char_u *lbuf_arg, // line from the tags file for this tag in jumpto_tag() argument
3343 len = matching_line_len(lbuf_arg) + 1; in jumpto_tag()
3346 mch_memmove(lbuf, lbuf_arg, len); in jumpto_tag()