Home
last modified time | relevance | path

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

/third_party/mksh/
Dlex.c242 if (source->flags & SF_ALIAS) { in yylex()
244 source->flags &= ~SF_ALIAS; in yylex()
1295 source->flags |= s->flags & SF_ALIAS; in getsc_uu()
1306 s->flags |= SF_ALIAS; in getsc_uu()
1319 source->flags |= s->flags & SF_ALIAS; in getsc_uu()
Dsh.h2228 #define SF_ALIAS BIT(1) /* faking space at end of alias */ macro