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 235 if (source->flags & SF_ALIAS) {
237 source->flags &= ~SF_ALIAS;
1273 /* pass on an unused SF_ALIAS flag */
1275 source->flags |= s->flags & SF_ALIAS;
1286 s->flags |= SF_ALIAS;
1299 source->flags |= s->flags & SF_ALIAS;
    [all...]
sh.h     [all...]

Completed in 47 milliseconds