Home
last modified time | relevance | path

Searched refs:tag_table (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dhtml.c242 else if (tag_table) in html_output_head()
248 if (tag_table->up && !STREQ (tag_table->up, "Top")) in html_output_head()
249 add_link (tag_table->up, "rel=\"up\""); in html_output_head()
251 if (tag_table->prev) in html_output_head()
252 add_link (tag_table->prev, "rel=\"prev\""); in html_output_head()
254 if (tag_table->next) in html_output_head()
255 add_link (tag_table->next, "rel=\"next\""); in html_output_head()
H A Dnode.c39 TAG_ENTRY *tag_table = NULL; variable
51 while (tag_table) in init_tag_table()
53 TAG_ENTRY *temp = tag_table; in init_tag_table()
58 tag_table = tag_table->next_ent; in init_tag_table()
94 for (node = tag_table; node; node = node->next_ent) in write_tag_table_internal()
189 TAG_ENTRY *tag = tag_table; in find_node()
209 for (tag = tag_table; tag; tag = tag->next_ent) in find_node()
237 TAG_ENTRY *tag = tag_table; in find_node_by_fname()
321 new->next_ent = tag_table; in remember_node()
327 tag_table = new; in remember_node()
[all …]
H A Dnode.h88 extern TAG_ENTRY *tag_table;
127 extern void validate_file (TAG_ENTRY *tag_table);
H A Dsectioning.c638 TAG_ENTRY *tag = tag_table; in cm_top()
659 if (!tag_table) in cm_top()
674 tag_table->flags |= TAG_FLAG_IS_TOP; in cm_top()
H A Dmakeinfo.c1755 validate_file (tag_table); in convert_from_loaded_file()
1759 if (tag_table) in convert_from_loaded_file()
1761 tag_table = (TAG_ENTRY *) reverse_list ((GENERIC_LIST *) tag_table); in convert_from_loaded_file()
H A Dfiles.c750 for (node = tag_table; node; node = node->next_ent) in handle_delayed_writes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcov-dump.c65 static const tag_format_t tag_table[] = variable
245 for (format = tag_table; format->name; format++) in dump_gcov_file()
248 format = &tag_table[GCOV_TAG_IS_COUNTER (tag) ? 2 : 1]; in dump_gcov_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcov-dump.cc66 static const tag_format_t tag_table[] = variable
252 for (format = tag_table; format->name; format++) in dump_gcov_file()
255 format = &tag_table[GCOV_TAG_IS_COUNTER (tag) ? 2 : 1]; in dump_gcov_file()
H A DChangeLog-200325500 (tag_table): Move tag_counters to 3rd entry. Remove
37640 * gcov-dump.c (tag_table): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-util.c127 static const tag_format_t tag_table[] = variable
339 for (format = tag_table; format->name; format++) in read_gcda_file()
342 format = &tag_table[GCOV_TAG_IS_COUNTER (tag) ? 2 : 1]; in read_gcda_file()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-util.c125 static const tag_format_t tag_table[] = variable
341 for (format = tag_table; format->name; format++) in read_gcda_file()
344 format = &tag_table[GCOV_TAG_IS_COUNTER (tag) ? 2 : 1]; in read_gcda_file()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog1316 (handle_delayed_writes): update tag_table positions and index line