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

/macosx-10.10/zsh-61/zsh/Src/
H A Dpattern.c730 long starter, br, ender, excsync = 0; local
773 /* excsync remembers the P_EXCSYNC node before a chain of
777 if (!excsync) {
778 excsync = patnode(P_EXCSYNC);
779 patoptail(br, excsync);
808 excsync = 0;
854 if (excsync)
1714 long excsync, br, excl, n, starter; local
1722 excsync = patnode(P_EXCSYNC);
1723 pattail(br, excsync);
[all...]

Completed in 111 milliseconds