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

/external/mksh/src/
H A Dlex.c237 if (source->flags & SF_ALIAS) {
239 source->flags &= ~SF_ALIAS;
1304 /* pass on an unused SF_ALIAS flag */
1306 source->flags |= s->flags & SF_ALIAS;
1317 s->flags |= SF_ALIAS;
1330 source->flags |= s->flags & SF_ALIAS;
H A Dsh.h1392 #define SF_ALIAS BIT(1) /* faking space at end of alias */ macro

Completed in 148 milliseconds