Searched refs:WC_COND_TYPE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dtext.c737 } else if (WC_COND_TYPE(s->code) == COND_AND) {
740 if (WC_COND_TYPE(code) == COND_OR) {
745 } else if (WC_COND_TYPE(s->code) == COND_OR) {
748 if (WC_COND_TYPE(code) == COND_AND) {
755 switch ((ctype = WC_COND_TYPE(code))) {
759 if (WC_COND_TYPE(code) <= COND_OR) {
769 if (WC_COND_TYPE(code) == COND_OR) {
779 if (WC_COND_TYPE(code) == COND_AND) {
H A Dcond.c66 ctype = WC_COND_TYPE(code);
H A Dzsh.h869 #define WC_COND_TYPE(C) (wc_data(C) & 127) macro

Completed in 182 milliseconds