Searched refs:CONDF_INFIX (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dexample.c168 CONDDEF("ex", CONDF_INFIX, cond_i_ex, 0, 0, 0),
H A Dregex.c196 CONDDEF("regex-match", CONDF_INFIX, zcond_regex_match, 0, 0, ZREGEX_EXTENDED)
H A Dpcre.c412 CONDDEF("pcre-match", CONDF_INFIX, cond_pcre_match, 0, 0, CPCRE_PLAIN)
/macosx-10.10/zsh-61/zsh/Src/
H A Dmodule.c655 if ((!!inf == !!(p->flags & CONDF_INFIX)) &&
666 (p->flags & CONDF_INFIX) ? "C:" : "c:",
694 Conddef p = getconddef((c->flags & CONDF_INFIX), c->name, 0);
788 c->flags = ((flags & FEAT_INFIX) ? CONDF_INFIX : 0);
2721 if (p->flags & CONDF_INFIX)
2725 if (p->flags & CONDF_INFIX)
3275 *featurep++ = dyncat((cdp->flags & CONDF_INFIX) ? "C:" : "c:",
H A Dzsh.h581 #define CONDF_INFIX 1 macro

Completed in 190 milliseconds