Searched defs:tentry (Results 1 – 3 of 3) sorted by relevance
29 typedef struct tentry struct31 struct tentry *next_ent; argument32 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. */[all …]
383 struct pf_osfp_entry *tentry; in pf_osfp_add() local
437 struct entry temp, *tentry; in dumpsymtable() local