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

/macosx-10.10/zsh-61/zsh/Src/
H A Dlex.c878 if (incmdpos || (isset(SHGLOB) && !isset(KSHGLOB))) {
1069 if ((sub || in_brace_param) && isset(SHGLOB))
1087 if (unset(SHGLOB) || (!sub && !in_brace_param))
1138 if (isset(SHGLOB)) {
1163 * only allow this with SHGLOB (set for both sh and ksh).
1171 if (e == ')' || (isset(SHGLOB) && inblank(e) && !bct &&
1191 if (!pct++ && isset(SHGLOB) && intpos && !bct && !brct)
1244 if (isset(SHGLOB) && sub)
H A Dpattern.c474 if (isset(SHGLOB)) {
1457 DPUTS(isset(SHGLOB) && !kshchar,
1458 "Treating bare '(' as pattern character with SHGLOB");
1483 DPUTS(isset(SHGLOB), "Treating <..> as numeric range with SHGLOB");
4012 if ((!isset(SHGLOB) && !zpc_disables[ZPC_INPAR]) ||
H A Doptions.c43 /* the options; e.g. if opts[SHGLOB] != 0, SH_GLOB is turned on */
238 {{NULL, "shglob", OPT_EMULATE|OPT_BOURNE}, SHGLOB},
H A Dzsh.h2159 SHGLOB, enumerator in enum:__anon15760
H A Dglob.c3194 if (isset(SHGLOB))

Completed in 186 milliseconds