OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XeditTagsInfo
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xedit/dist/
tags.c
69
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_next(ht_tags)
[
all
...]
xedit.h
70
typedef struct _XeditTagsInfo
XeditTagsInfo
;
87
XeditTagsInfo
*tags;
Completed in 31 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026