Searched refs:WC_SUBLIST_SIMPLE (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) &&
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) ?
H A Dparse.c199 * of the Z_SIMPLE or WC_SUBLIST_SIMPLE flags. In this case they are only
568 int ispipe = !(WC_SUBLIST_FLAGS(ecbuf[p + 1]) & WC_SUBLIST_SIMPLE);
586 ecbuf[p] = WCB_SUBLIST(type, (flags | WC_SUBLIST_SIMPLE), skip);
H A Dzsh.h780 #define WC_SUBLIST_SIMPLE 16 macro

Completed in 105 milliseconds