Searched refs:tag_table (Results 1 – 10 of 10) sorted by relevance
240 else if (tag_table) in html_output_head()246 if (tag_table->up && !STREQ (tag_table->up, "Top")) in html_output_head()247 add_link (tag_table->up, "rel=\"up\""); in html_output_head()249 if (tag_table->prev) in html_output_head()250 add_link (tag_table->prev, "rel=\"prev\""); in html_output_head()252 if (tag_table->next) in html_output_head()253 add_link (tag_table->next, "rel=\"next\""); in html_output_head()
37 TAG_ENTRY *tag_table = NULL; variable49 while (tag_table) in init_tag_table()51 TAG_ENTRY *temp = tag_table; in init_tag_table()56 tag_table = tag_table->next_ent; in init_tag_table()92 for (node = tag_table; node; node = node->next_ent) in write_tag_table_internal()187 TAG_ENTRY *tag = tag_table; in find_node()207 for (tag = tag_table; tag; tag = tag->next_ent) in find_node()235 TAG_ENTRY *tag = tag_table; in find_node_by_fname()319 new->next_ent = tag_table; in remember_node()325 tag_table = new; in remember_node()[all …]
86 extern TAG_ENTRY *tag_table;125 extern void validate_file (TAG_ENTRY *tag_table);
637 TAG_ENTRY *tag = tag_table; in cm_top()658 if (!tag_table) in cm_top()673 tag_table->flags |= TAG_FLAG_IS_TOP; in cm_top()
1750 validate_file (tag_table); in convert_from_loaded_file()1754 if (tag_table) in convert_from_loaded_file()1756 tag_table = (TAG_ENTRY *) reverse_list ((GENERIC_LIST *) tag_table); in convert_from_loaded_file()
749 for (node = tag_table; node; node = node->next_ent) in handle_delayed_writes()
61 static const tag_format_t tag_table[] = variable217 for (format = tag_table; format->name; format++) in dump_file()220 format = &tag_table[GCOV_TAG_IS_COUNTER (tag) ? 2 : 1]; in dump_file()
25500 (tag_table): Move tag_counters to 3rd entry. Remove37640 * gcov-dump.c (tag_table): Likewise.
34 static char **tag_table; variable1202 if (strncmp(tag, tag_table[i], len) == 0 && in cache_tag()1203 tag_table[i][len] == NUL) in cache_tag()1204 return (tag_table[i]); in cache_tag()1210 tag_table = in cache_tag()1211 (tag_table in cache_tag()1212 ? TREALLOC(char *, tag_table, tagmax) in cache_tag()1214 NO_SPACE(tag_table); in cache_tag()1222 tag_table[ntags++] = s; in cache_tag()2960 if (tag_table == 0) in free_tags()[all …]
1316 (handle_delayed_writes): update tag_table positions and index line