Home
last modified time | relevance | path

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

/third_party/mksh/
Dlex.c1082 s = pushs(SALIAS, source->areap); in yylex()
1218 while (source->type == SALIAS || source->type == SREREAD) in yyerror()
1291 case SALIAS: in getsc_uu()
Dsyn.c943 while (s && s->type == SALIAS) { in inalias()
Dsh.h2222 #define SALIAS 7 /* alias expansion */ macro