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

/macosx-10.10/zsh-61/zsh/Src/
H A Dlex.c1197 if (isset(IGNOREBRACES) || sub)
1212 if ((isset(IGNOREBRACES) || sub) && !in_brace_param)
1224 if (unset(IGNOREBRACES) && !sub && bct > in_brace_param)
1443 } else if (unset(IGNOREBRACES) && !sub && len > 1 &&
1870 (unset(IGNOREBRACES) && unset(IGNORECLOSEBRACES) &&
H A Doptions.c164 {{NULL, "ignorebraces", OPT_EMULATE|OPT_SH}, IGNOREBRACES},
257 {{NULL, "braceexpand", OPT_ALIAS}, /* ksh/bash */ -IGNOREBRACES},
306 /* I */ IGNOREBRACES,
H A Dzsh.h2091 IGNOREBRACES, enumerator in enum:__anon15760
H A Dparse.c1653 if (!isset(IGNOREBRACES) && *tokstr == Inbrace)
H A Dsubst.c91 if (unset(IGNOREBRACES) && !(flags & PREFORK_SINGLE)) {
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_tricky.c506 (unset(IGNOREBRACES) &&
1848 if (!isset(IGNOREBRACES)) {

Completed in 101 milliseconds