Searched refs:SF_ALIASEND (Results 1 – 3 of 3) sorted by relevance
1293 if (s->flags & SF_ALIASEND) { in getsc_uu()1323 s->flags |= SF_ALIASEND; in getsc_uu()
953 if (!(s->flags & SF_ALIASEND)) in inalias()
2150 #define SF_ALIASEND BIT(2) /* faking space at end of alias */ macro