Home
last modified time | relevance | path

Searched refs:ZPC_SEG_COUNT (Results 1 – 2 of 2) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dpattern.c787 !memchr(zpc_special, patparse[1], ZPC_SEG_COUNT)))) { in patcompswitch()
935 while (!memchr(zpc_special, *patparse, ZPC_SEG_COUNT) || in patcompbranch()
937 memchr(zpc_special, patparse[1], ZPC_SEG_COUNT))) { in patcompbranch()
1301 !memchr(zpc_special, patparse[1], ZPC_SEG_COUNT)))) { in patcomppiece()
H A Dzsh.h1618 ZPC_SEG_COUNT, /* No. of the above characters */ enumerator
1622 ZPC_INPAR = ZPC_SEG_COUNT, /* ( for grouping */