Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgcov-dump.c63 static const tag_format_t tag_table[] = variable
231 for (format = tag_table; format->name; format++) in dump_file()
234 format = &tag_table[GCOV_TAG_IS_COUNTER (tag) ? 2 : 1]; in dump_file()
/dragonfly/contrib/byacc/
H A Dreader.c43 static char **tag_table; variable
1520 tag_table[i][len] == NUL) in cache_tag()
1521 return (tag_table[i]); in cache_tag()
1527 tag_table = in cache_tag()
1528 (tag_table in cache_tag()
1531 NO_SPACE(tag_table); in cache_tag()
1539 tag_table[ntags++] = s; in cache_tag()
3448 if (tag_table == 0) in free_tags()
3453 assert(tag_table[i]); in free_tags()
3454 FREE(tag_table[i]); in free_tags()
[all …]