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

/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c3210 case Bnullkeep:
3213 s[-1] = (flags & ZSHTOK_SUBST) ? Bnullkeep : Bnull;
3222 s[-1] = (flags & ZSHTOK_SUBST) ? Bnullkeep : Bnull;
3252 s[-1] = (flags & ZSHTOK_SUBST) ? Bnullkeep : Bnull;
3272 if (c == Bnullkeep) {
3284 if (c == Bnullkeep)
H A Dsubst.c484 case Bnullkeep:
2613 if ((c == Bnull || c == Bnullkeep || c == '\\') && ptr[1])
3884 if (inull(*tt) && *tt != Bnullkeep)
3889 if (inull(*tt) && *tt != Bnullkeep) {
H A Dpattern.c232 Hat, Pound, Bnullkeep, Quest, Star, '+', '!', '@'
1535 case Bnullkeep:
H A Dzsh.h170 #define Bnullkeep ((char) 0x9c) macro

Completed in 198 milliseconds