Searched refs:tag_name (Results 1 – 2 of 2) sorted by relevance
1016 char_u tag_name[128 + 1]; in add_llist_tags() local1047 vim_strncpy(tag_name, tagp.tagname, len); in add_llist_tags()1048 tag_name[len] = NUL; in add_llist_tags()1136 dict_add_string(dict, "text", tag_name); in add_llist_tags()
507 :execute "tag " .. tag_name510 "tag_name". Suppose "tag_name" has the value "get_cmd", then the command that