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

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dlex.h19 struct tbl *tblp; /* alias (SALIAS) */
23 * alias (SALIAS) */
41 #define SALIAS 7 /* alias expansion */ macro
H A Dlex.c754 for (s = source; s->type == SALIAS; s = s->next)
758 s = pushs(SALIAS, source->areap);
856 while (source->type == SALIAS || source->type == SREREAD)
935 case SALIAS:
H A Dsyn.c833 for (; s && s->type == SALIAS; s = s->next)

Completed in 108 milliseconds