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

/external/mksh/src/
H A Dlex.c1299 if (s->flags & SF_ALIASEND) {
1322 * source list with the SF_ALIASEND flag set.
1329 s->flags |= SF_ALIASEND;
H A Dsyn.c945 if (!(s->flags & SF_ALIASEND))
H A Dsh.h1527 #define SF_ALIASEND BIT(2) /* faking space at end of alias */ macro

Completed in 101 milliseconds