HomeSort by relevance Sort by last modified time
    Searched refs:SF_ALIAS (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
lex.c 237 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;
    [all...]
sh.h     [all...]

Completed in 272 milliseconds