Lines Matching defs:tentry
29 typedef struct tentry struct
31 struct tentry *next_ent; argument
32 char *node; /* Name of this node. */
33 char *prev; /* Name of "Prev:" for this node. */
34 char *next; /* Name of "Next:" for this node. */
35 char *up; /* Name of "Up:" for this node. */
36 int position; /* Output file position of this node. */
37 int line_no; /* Defining line in source file. */
38 char *filename; /* The file that this node was found in. */
39 int touched; /* Nonzero means this node has been referenced. */
40 int flags;
41 int number; /* Number for this node, relevant for HTML
44 int order; /* The order of the tag, starting from zero. */
45 char *html_fname; /* The HTML file to which this node is written