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