Home
last modified time | relevance | path

Searched defs:tentry (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dnode.h29 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. */
[all …]
/openbsd-src/sys/net/
H A Dpf_osfp.c383 struct pf_osfp_entry *tentry; in pf_osfp_add() local
/openbsd-src/sbin/restore/
H A Dsymtab.c437 struct entry temp, *tentry; in dumpsymtable() local