Home
last modified time | relevance | path

Searched refs:SF_ALIAS (Results 1 – 2 of 2) sorted by relevance

/external/mksh/src/
Dlex.c233 if (source->flags & SF_ALIAS) { in yylex()
235 source->flags &= ~SF_ALIAS; in yylex()
1275 source->flags |= s->flags & SF_ALIAS; in getsc_uu()
1286 s->flags |= SF_ALIAS; in getsc_uu()
1299 source->flags |= s->flags & SF_ALIAS; in getsc_uu()
Dsh.h1934 #define SF_ALIAS BIT(1) /* faking space at end of alias */ macro