Searched refs:SF_ALIAS (Results 1 – 2 of 2) sorted by relevance
151 if (source->flags & SF_ALIAS) { /* trailing ' ' in alias definition */152 source->flags &= ~SF_ALIAS;927 source->flags |= s->flags & SF_ALIAS; in getsc__()937 s->flags |= SF_ALIAS; in getsc__()949 source->flags |= s->flags & SF_ALIAS; in getsc__()
46 #define SF_ALIAS BIT(1) /* faking space at end of alias */ macro