Home
last modified time | relevance | path

Searched refs:SALIAS (Results 1 – 3 of 3) sorted by relevance

/openbsd/bin/ksh/
H A Dlex.h42 #define SALIAS 7 /* alias expansion */ macro
H A Dlex.c839 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__()
H A Dsyn.c798 for (; s && s->type == SALIAS; s = s->next) in inalias()