Home
last modified time | relevance | path

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

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