HomeSort by: relevance | last modified time | path
    Searched refs:SF_ALIAS (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
lex.h 46 #define SF_ALIAS BIT(1) /* faking space at end of alias */
lex.c 151 if (source->flags & SF_ALIAS) { /* trailing ' ' in alias definition */
152 source->flags &= ~SF_ALIAS;
925 /* pass on an unused SF_ALIAS flag */
927 source->flags |= s->flags & SF_ALIAS;
937 s->flags |= SF_ALIAS;
949 source->flags |= s->flags & SF_ALIAS;

Completed in 43 milliseconds