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