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

/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dzutil.c1361 int oldextendedglob = opts[EXTENDEDGLOB];
1369 opts[EXTENDEDGLOB] = 1;
1388 opts[EXTENDEDGLOB] = oldextendedglob;
/macosx-10.10/zsh-61/zsh/Src/
H A Dpattern.c453 if (!isset(EXTENDEDGLOB)) {
1528 DPUTS(!isset(EXTENDEDGLOB), "BUG: # not treated as string");
4048 if (isset(EXTENDEDGLOB) && !zpc_disables[ZPC_HASH])
4053 if (isset(EXTENDEDGLOB) && !zpc_disables[ZPC_HAT])
H A Dglob.c1116 (isset(EXTENDEDGLOB) && !zpc_disables[ZPC_HASH])) {
1166 if (isset(EXTENDEDGLOB) && !zpc_disables[ZPC_TILDE])
1176 if (isset(EXTENDEDGLOB) && !zpc_disables[ZPC_HASH] && s[1] == Pound) {
H A Doptions.c130 {{NULL, "extendedglob", OPT_EMULATE}, EXTENDEDGLOB},
H A Dzsh.h2057 EXTENDEDGLOB, enumerator in enum:__anon15760
H A Dutils.c4911 (*u == '~' && isset(EXTENDEDGLOB))) &&
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcomplist.c1983 extendedglob = opts[EXTENDEDGLOB];
1984 opts[EXTENDEDGLOB] = 1;
1998 opts[EXTENDEDGLOB] = extendedglob;
2031 opts[EXTENDEDGLOB] = extendedglob;
2076 opts[EXTENDEDGLOB] = extendedglob;
H A Dzle_tricky.c502 if (((*str == Pound || *str == Hat) && isset(EXTENDEDGLOB)) ||

Completed in 283 milliseconds