Home | History | Annotate | Download | only in libcpu

Lines Matching refs:synonym

208 struct synonym
1666 struct synonym *newp = xmalloc (sizeof (*newp));
1671 "%d: duplicate definition for synonym '%s'",
2522 struct synonym search = { .from = fieldname };
2524 struct synonym **res = tfind (&search, &synonyms, compare_syn);
2765 const struct synonym *s1 = (const struct synonym *) p1;
2766 const struct synonym *s2 = (const struct synonym *) p2;