HomeSort by: relevance | last modified time | path
    Searched refs:SALIAS (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
lex.h 19 struct tbl *tblp; /* alias (SALIAS) */
23 * alias (SALIAS) */
41 #define SALIAS 7 /* alias expansion */
lex.c 748 for (s = source; s->type == SALIAS; s = s->next)
752 s = pushs(SALIAS, source->areap);
844 while (source->type == SALIAS || source->type == SREREAD)
923 case SALIAS:
syn.c 833 for (; s && s->type == SALIAS; s = s->next)

Completed in 67 milliseconds