Searched refs:SF_ALIAS (Results 1 – 2 of 2) sorted by relevance
242 if (source->flags & SF_ALIAS) { in yylex()244 source->flags &= ~SF_ALIAS; in yylex()1296 source->flags |= s->flags & SF_ALIAS; in getsc_uu()1307 s->flags |= SF_ALIAS; in getsc_uu()1320 source->flags |= s->flags & SF_ALIAS; in getsc_uu()
2149 #define SF_ALIAS BIT(1) /* faking space at end of alias */ macro