Searched refs:WC_SUBLIST_NOT (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dtext.c345 if (WC_SUBLIST_FLAGS(code) & WC_SUBLIST_NOT)
356 if (WC_SUBLIST_FLAGS(s->code) & WC_SUBLIST_NOT)
H A Dexec.c1426 return lastval = (slflags & WC_SUBLIST_NOT) != 0;
1427 else if (slflags & WC_SUBLIST_NOT)
1656 if ((slflags & WC_SUBLIST_NOT) && !errflag)
H A Dzsh.h779 #define WC_SUBLIST_NOT 8 macro
H A Dparse.c707 f |= WC_SUBLIST_NOT;

Completed in 187 milliseconds