Searched refs:SF_HASALIAS (Results 1 – 2 of 2) sorted by relevance
1076 while (s && (s->flags & SF_HASALIAS)) in yylex()1085 s->flags |= SF_HASALIAS; in yylex()1091 source->flags |= SF_HASALIAS; in yylex()
2233 #define SF_HASALIAS BIT(4) /* u.tblp valid (SALIAS, SEOF) */ macro