Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dnode.h31 typedef struct tentry struct
33 struct tentry *next_ent; argument
34 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 …]
/netbsd-src/games/backgammon/common_source/
H A Dfancy.c716 char tentry[1024]; /* temporary uncoded caps buffer */ getcaps() local
/netbsd-src/sbin/restore/
H A Dsymtab.c454 struct entry temp, *tentry; in dumpsymtable() local