Searched refs:COND_OR (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dtext.c740 if (WC_COND_TYPE(code) == COND_OR) {
745 } else if (WC_COND_TYPE(s->code) == COND_OR) {
759 if (WC_COND_TYPE(code) <= COND_OR) {
769 if (WC_COND_TYPE(code) == COND_OR) {
775 case COND_OR:
H A Dcond.c86 case COND_OR:
H A Dzsh.h549 #define COND_OR 2 macro
H A Dparse.c2016 ecbuf[p] = WCB_COND(COND_OR, ecused - 1 - p);
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dcommand.h281 #define COND_OR 2 macro
H A Dprint_cmd.c705 else if (cond->type == COND_OR)
H A Dexecute_cmd.c2528 else if (cond->type == COND_OR)
H A Dparse.y3101 l = make_cond_node (COND_OR, (WORD_DESC *)NULL, l, r);

Completed in 91 milliseconds