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

/macosx-10.10/zsh-61/zsh/Src/
H A Dtext.c347 if (WC_SUBLIST_FLAGS(code) & WC_SUBLIST_COPROC)
358 if (WC_SUBLIST_FLAGS(s->code) & WC_SUBLIST_COPROC)
H A Dexec.c1447 if (slflags & WC_SUBLIST_COPROC) {
1455 slflags &= ~WC_SUBLIST_COPROC;
1460 slflags &= ~WC_SUBLIST_COPROC;
1486 if (slflags & WC_SUBLIST_COPROC) {
H A Dzsh.h778 #define WC_SUBLIST_COPROC 4 macro
H A Dparse.c703 f |= WC_SUBLIST_COPROC;

Completed in 91 milliseconds