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

/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dcommand.h280 #define COND_AND 1 macro
H A Dprint_cmd.c699 else if (cond->type == COND_AND)
H A Dexecute_cmd.c2534 else if (cond->type == COND_AND)
H A Dparse.y3115 l = make_cond_node (COND_AND, (WORD_DESC *)NULL, l, r);
/macosx-10.10/zsh-61/zsh/Src/
H A Dtext.c737 } else if (WC_COND_TYPE(s->code) == COND_AND) {
748 if (WC_COND_TYPE(code) == COND_AND) {
765 case COND_AND:
779 if (WC_COND_TYPE(code) == COND_AND) {
H A Dcond.c77 case COND_AND:
H A Dzsh.h548 #define COND_AND 1 macro
H A Dparse.c2041 ecbuf[p] = WCB_COND(COND_AND, ecused - 1 - p);

Completed in 106 milliseconds