Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c237 if (source->flags & SF_ALIAS) { in yylex()
239 source->flags &= ~SF_ALIAS; in yylex()
1306 source->flags |= s->flags & SF_ALIAS; in getsc_uu()
1317 s->flags |= SF_ALIAS; in getsc_uu()
1330 source->flags |= s->flags & SF_ALIAS; in getsc_uu()
Dsh.h1392 #define SF_ALIAS BIT(1) /* faking space at end of alias */ macro