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

/external/mksh/src/
H A Dlex.c234 if (source->flags & SF_ALIAS) {
236 source->flags &= ~SF_ALIAS;
1300 /* pass on an unused SF_ALIAS flag */
1302 source->flags |= s->flags & SF_ALIAS;
1313 s->flags |= SF_ALIAS;
1326 source->flags |= s->flags & SF_ALIAS;
H A Dsh.h1526 #define SF_ALIAS BIT(1) /* faking space at end of alias */ macro

Completed in 593 milliseconds