Lines Matching defs:hs
58 static struct hs {61 } *hs;82 struct hs *hsp;137 if ((hs =138 realloc(hs, (hspace += 40) * sizeof(*hs))) == NULL)140 hsp = hs + nhosts;162 qsort(hs, nhosts, sizeof (hs[0]), cmp);164 hsp = &hs[i];212 #define HS(a) ((const struct hs *)(a))