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

/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcompcore.c1294 int ret = 0, qa = (isset(RCQUOTES) ? 1 : 3);
1464 * sq: quote-removals for single quotes; either RCQUOTES or '\'' which
1465 * are specially handled (but currently only if RCQUOTES is not
1475 * when stripping single quotes: 1 for RCQUOTES, 3 otherwise
1532 if (isset(RCQUOTES))
H A Dzle_tricky.c1084 * effect of RCQUOTES on embedded pairs of single quotes.
1314 * Fix up RCQUOTES quotes that the
1317 if (isset(RCQUOTES) && tt) {
1812 if (*p == Snull && isset(RCQUOTES))
/macosx-10.10/zsh-61/zsh/Src/
H A Dhist.c2938 int forloop = 0, rcquotes = opts[RCQUOTES];
2949 opts[RCQUOTES] = 0;
3155 opts[RCQUOTES] = rcquotes;
H A Dlex.c1367 if (e != '\'' || unset(RCQUOTES) || strquote)
H A Doptions.c229 {{NULL, "rcquotes", OPT_EMULATE}, RCQUOTES},
H A Dzsh.h2150 RCQUOTES, enumerator in enum:__anon15760
H A Dutils.c4950 if (unset(RCQUOTES)) {
4977 } else if (unset(RCQUOTES)) {
5060 if (isset(RCQUOTES)) {

Completed in 201 milliseconds