Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dlex.c151 if (source->flags & SF_ALIAS) { /* trailing ' ' in alias definition */
152 source->flags &= ~SF_ALIAS;
927 source->flags |= s->flags & SF_ALIAS; in getsc__()
937 s->flags |= SF_ALIAS; in getsc__()
949 source->flags |= s->flags & SF_ALIAS; in getsc__()
H A Dlex.h46 #define SF_ALIAS BIT(1) /* faking space at end of alias */ macro