Home
last modified time | relevance | path

Searched refs:TAG_ENTRY (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dnode.h49 } TAG_ENTRY; typedef
88 extern TAG_ENTRY *tag_table;
103 extern TAG_ENTRY *find_node (char *name);
127 extern void validate_file (TAG_ENTRY *tag_table);
H A Dnode.c39 TAG_ENTRY *tag_table = NULL;
53 TAG_ENTRY *temp = tag_table; in init_tag_table()
69 TAG_ENTRY *node; in write_tag_table_internal()
186 TAG_ENTRY *
189 TAG_ENTRY *tag = tag_table; in find_node()
234 static TAG_ENTRY *
237 TAG_ENTRY *tag = tag_table; in find_node_by_fname()
279 TAG_ENTRY *tag = find_node (node); in remember_node()
298 TAG_ENTRY *new = xmalloc (sizeof (TAG_ENTRY)); in remember_node()
549 TAG_ENTRY *tag = NULL; in cm_node()
[all …]
H A Dsectioning.c638 TAG_ENTRY *tag = tag_table; in cm_top()
H A Dfiles.c749 TAG_ENTRY *node; in handle_delayed_writes()
H A Dmakeinfo.c1761 tag_table = (TAG_ENTRY *) reverse_list ((GENERIC_LIST *) tag_table); in convert_from_loaded_file()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog1322 * makeinfo/node.h: new member order in TAG_ENTRY struct.
H A DChangeLog.462381 * makeinfo/node.h (TAG_ENTRY): New struct member html_fname.