Searched refs:XeditTagsInfo (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xedit/dist/
H A Dtags.c69 XeditTagsInfo *next;
86 XeditTagsInfo *tags; /* If trying another TagsInfo */
96 static XeditTagsInfo *LoadTagsFile(char *tagsfile);
97 static XeditTagsInfo *DoLoadTagsFile(char *tagsfile, int length);
98 static void FindTagFirst(XeditTagsInfo *tags, char *symbol, int length);
99 static void FindTagNext(XeditTagsInfo *tags,
101 static void FindTag(XeditTagsInfo *tags);
220 FindTagFirst(XeditTagsInfo *tags, char *symbol, int length)
246 for (tags->tags = (XeditTagsInfo *)hash_iter_first(ht_tags);
248 tags->tags = (XeditTagsInfo *)hash_iter_nex
[all...]
H A Dxedit.h70 typedef struct _XeditTagsInfo XeditTagsInfo; typedef in typeref:struct:_XeditTagsInfo
87 XeditTagsInfo *tags;

Completed in 3 milliseconds