Lines Matching refs:synonym
235 struct synonym
1616 struct synonym *newp = xmalloc (sizeof (*newp));
1621 "%d: duplicate definition for synonym '%s'",
2414 struct synonym search = { .from = fieldname };
2416 struct synonym **res = tfind (&search, &synonyms, compare_syn);
2657 const struct synonym *s1 = (const struct synonym *) p1;
2658 const struct synonym *s2 = (const struct synonym *) p2;