Searched refs:SALIAS (Results 1 – 3 of 3) sorted by relevance
42 #define SALIAS 7 /* alias expansion */ macro
839 for (s = source; s->type == SALIAS; s = s->next) in yylex()843 s = pushs(SALIAS, source->areap); in yylex()934 while (source->type == SALIAS || source->type == SREREAD) in yyerror()1012 case SALIAS: in getsc__()
798 for (; s && s->type == SALIAS; s = s->next) in inalias()