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