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

/macosx-10.10/zsh-61/zsh/Src/
H A Dpattern.c470 * Inpar, not zpc_special[ZPC_INPAR]: the latter makes an Inpar on
483 zpc_special[ZPC_INPAR] = zpc_special[ZPC_INANG] = Marker;
916 if ((*patparse == zpc_special[ZPC_INPAR] &&
1260 if (zpc_special[ZPC_INPAR] != Marker || *patparse != Outpar ||
1305 (*patparse == zpc_special[ZPC_INPAR] &&
1455 DPUTS(!kshchar && zpc_special[ZPC_INPAR] == Marker,
1559 !(count = ((*patparse == zpc_special[ZPC_INPAR] &&
4012 if ((!isset(SHGLOB) && !zpc_disables[ZPC_INPAR]) ||
H A Dglob.c676 if (*(str = instr) == zpc_special[ZPC_INPAR] &&
730 if ((*str == zpc_special[ZPC_INPAR] && str[1] == zpc_special[ZPC_HASH]) ||
H A Dzsh.h1412 ZPC_INPAR = ZPC_SEG_COUNT, /* ( for grouping */ enumerator in enum:zpc_chars

Completed in 82 milliseconds