Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDgen-protos.c32 int hash_tab[HASH_SIZE]; variable
44 if (hash_tab[i] != 0) in add_hash()
51 if (hash_tab[i] == 0) in add_hash()
55 hash_tab[i] = next_index; in add_hash()
184 fprintf (outf, " %d,\n", hash_tab[i]); in main()
HDfix-header.c405 if (hash_tab[i] == 0) in lookup_std_proto()
407 fn = &std_protos[hash_tab[i]]; in lookup_std_proto()