Searched defs:tentry (Results 1 – 3 of 3) sorted by relevance
31 typedef struct tentry struct33 struct tentry *next_ent; argument34 char *node; /* Name of this node. */35 char *prev; /* Name of "Prev:" for this node. */36 char *next; /* Name of "Next:" for this node. */37 char *up; /* Name of "Up:" for this node. */38 int position; /* Output file position of this node. */39 int line_no; /* Defining line in source file. */40 char *filename; /* The file that this node was found in. */41 int touched; /* Nonzero means this node has been referenced. */[all …]
716 char tentry[1024]; /* temporary uncoded caps buffer */ getcaps() local
454 struct entry temp, *tentry; in dumpsymtable() local