Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dnode.h47 } TAG_ENTRY; typedef
86 extern TAG_ENTRY *tag_table;
101 extern TAG_ENTRY *find_node (char *name);
125 extern void validate_file (TAG_ENTRY *tag_table);
Dnode.c37 TAG_ENTRY *tag_table = NULL;
51 TAG_ENTRY *temp = tag_table; in init_tag_table()
67 TAG_ENTRY *node; in write_tag_table_internal()
184 TAG_ENTRY *
187 TAG_ENTRY *tag = tag_table; in find_node()
232 static TAG_ENTRY *
235 TAG_ENTRY *tag = tag_table; in find_node_by_fname()
277 TAG_ENTRY *tag = find_node (node); in remember_node()
296 TAG_ENTRY *new = xmalloc (sizeof (TAG_ENTRY)); in remember_node()
547 TAG_ENTRY *tag = NULL; in cm_node()
[all …]
Dsectioning.c637 TAG_ENTRY *tag = tag_table; in cm_top()
Dfiles.c748 TAG_ENTRY *node; in handle_delayed_writes()
Dmakeinfo.c1761 tag_table = (TAG_ENTRY *) reverse_list ((GENERIC_LIST *) tag_table); in convert_from_loaded_file()
/openbsd/src/gnu/usr.bin/texinfo/
DChangeLog1322 * makeinfo/node.h: new member order in TAG_ENTRY struct.
DChangeLog.462381 * makeinfo/node.h (TAG_ENTRY): New struct member html_fname.