Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c1083 s = pushs(SALIAS, source->areap); in yylex()
1219 while (source->type == SALIAS || source->type == SREREAD) in yyerror()
1292 case SALIAS: in getsc_uu()
Dsyn.c952 while (s && s->type == SALIAS) { in inalias()
Dsh.h2143 #define SALIAS 7 /* alias expansion */ macro