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

  /src/bin/ksh/
lex.h 47 #define SF_ALIASEND BIT(2) /* faking space at end of alias */
lex.c 924 if (s->flags & SF_ALIASEND) {
945 * in the source list with the SF_ALIASEND
952 s->flags |= SF_ALIASEND;
syn.c 834 if (!(s->flags & SF_ALIASEND))

Completed in 14 milliseconds