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