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

/macosx-10.10/zsh-61/zsh/Src/
H A Dtext.c342 if (!(WC_SUBLIST_FLAGS(code) & WC_SUBLIST_SIMPLE) &&
345 if (WC_SUBLIST_FLAGS(code) & WC_SUBLIST_NOT)
347 if (WC_SUBLIST_FLAGS(code) & WC_SUBLIST_COPROC)
356 if (WC_SUBLIST_FLAGS(s->code) & WC_SUBLIST_NOT)
358 if (WC_SUBLIST_FLAGS(s->code) & WC_SUBLIST_COPROC)
362 if (stack < 1 && (WC_SUBLIST_FLAGS(s->code) & WC_SUBLIST_SIMPLE))
H A Dexec.c1189 if (WC_SUBLIST_FLAGS(code2) == WC_SUBLIST_SIMPLE)
1258 if (WC_SUBLIST_FLAGS(code) & WC_SUBLIST_SIMPLE)
1268 if ((ret = ((WC_SUBLIST_FLAGS(code) & WC_SUBLIST_SIMPLE) ?
1301 if (!(ret = ((WC_SUBLIST_FLAGS(code) & WC_SUBLIST_SIMPLE) ?
1421 int slflags = WC_SUBLIST_FLAGS(slcode);
3692 wc_code(pc[1]) == WC_SUBLIST && !WC_SUBLIST_FLAGS(pc[1]) &&
H A Dzsh.h777 #define WC_SUBLIST_FLAGS(C) (wc_data(C) & ((wordcode) 0x1c)) macro
H A Dparse.c568 int ispipe = !(WC_SUBLIST_FLAGS(ecbuf[p + 1]) & WC_SUBLIST_SIMPLE);

Completed in 196 milliseconds