Lines Matching defs:tag_pointers
19 typedef struct tag_pointers struct
22 char_u *tagname; // start of tag name (skip "file:")
23 char_u *tagname_end; // char after tag name
24 char_u *fname; // first char of file name
25 char_u *fname_end; // char after file name
26 char_u *command; // first char of command
28 char_u *command_end; // first char after command
29 char_u *tag_fname; // file name of the tags file. This is used
32 int is_etag; // TRUE for emacs tag
34 char_u *tagkind; // "kind:" value
35 char_u *tagkind_end; // end of tagkind
36 char_u *user_data; // user_data string
37 char_u *user_data_end; // end of user_data
38 linenr_T tagline; // "line:" value