Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c1282 if (s->flags & SF_ALIASEND) { in getsc_uu()
1312 s->flags |= SF_ALIASEND; in getsc_uu()
Dsyn.c976 if (!(s->flags & SF_ALIASEND)) in inalias()
Dsh.h1588 #define SF_ALIASEND BIT(2) /* faking space at end of alias */ macro