Searched refs:lbuf_arg (Results 1 – 1 of 1) sorted by relevance
3312 char_u *lbuf_arg, // line from the tags file for this tag in jumpto_tag() argument3343 len = matching_line_len(lbuf_arg) + 1; in jumpto_tag()3346 mch_memmove(lbuf, lbuf_arg, len); in jumpto_tag()