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

/macosx-10.10/zsh-61/zsh/Src/
H A Dcond.c183 if (ctype <= COND_GE && ctype != COND_STREQ && ctype != COND_STRNEQ) {
195 if (ctype == COND_STREQ || ctype == COND_STRNEQ) {
273 case COND_STREQ:
301 return !(ctype == COND_STREQ ? test : !test);
H A Dtext.c808 taddstr(c1[ctype - COND_STREQ]);
811 if (ctype == COND_STREQ ||
H A Dzsh.h550 #define COND_STREQ 3 macro
H A Dparse.c2216 ecadd(WCB_COND(COND_STREQ, 0));

Completed in 127 milliseconds