Home
last modified time | relevance | path

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

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dpattern.c501 zpc_special[ZPC_INPAR] = zpc_special[ZPC_INANG] = Marker; in patcompcharsset()
938 if ((*patparse == zpc_special[ZPC_INPAR] && in patcompbranch()
1284 if (zpc_special[ZPC_INPAR] != Marker || *patparse != Outpar || in patcomppiece()
1329 (*patparse == zpc_special[ZPC_INPAR] && in patcomppiece()
1488 DPUTS(!kshchar && zpc_special[ZPC_INPAR] == Marker, in patcomppiece()
1592 !(count = ((*patparse == zpc_special[ZPC_INPAR] && in patcomppiece()
4290 if ((!isset(SHGLOB) && !zpc_disables[ZPC_INPAR]) || in haswilds()
H A Dglob.c717 if (*(str = instr) == zpc_special[ZPC_INPAR] && in parsecomplist()
772 if ((*str == zpc_special[ZPC_INPAR] && str[1] == zpc_special[ZPC_HASH]) || in parsepat()
H A Dzsh.h1622 ZPC_INPAR = ZPC_SEG_COUNT, /* ( for grouping */ enumerator