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

/macosx-10.10/zsh-61/zsh/Src/
H A Dpattern.c112 #define P_WBRANCH 0x21 /* uc* node P_BRANCH, but match at least 1 char */ macro
140 * P_WBRANCH: This works like a branch and is used in complex closures,
144 * P_WBRANCH test in patmatch().
160 * like P_WBRANCH: if we get to the P_EXCSYNC, and we already matched
1675 patinsert(P_WBRANCH, starter, (char *)&up, sizeof(up));
1683 next = patnode(P_WBRANCH); /* Either */
2779 case P_WBRANCH:
2783 DPUTS(P_OP(scan) == P_WBRANCH,
2823 DPUTS(P_OP(scan) == P_WBRANCH,
2945 if (P_OP(scan) == P_WBRANCH) {
[all...]

Completed in 131 milliseconds