Lines Matching defs:unfoul
433 return 1; /* unfoul */
458 static inline struct symbol *unfoul(struct symbol *type)
476 if (unfoul(ltype) == rtype)
479 if (unfoul(rtype) == ltype)
493 ctype = unfoul(ctype);
513 *ctype = unfoul(*ctype);
1317 /* allowed assignments unfoul */
1318 if (sclass & TYPE_FOULED && unfoul(s) == t)
1399 /* allowed assignments unfoul */
1400 if (sclass & TYPE_FOULED && unfoul(s) == t)
3059 stype = unfoul(stype);