Symbol: quoted
bin/csh/dol.c
825
int quoted;
bin/csh/dol.c
848
quoted = gflag;
bin/csh/dol.c
883
if (quoted || noexec) {
bin/csh/glob.c
632
int pvec[2], c, quoted;
bin/csh/glob.c
638
quoted = (literal || (cp[0] & QUOTE)) ? QUOTE : 0;
bin/csh/glob.c
746
if (!quoted && (c == ' ' || c == '\t'))
bin/csh/glob.c
749
psave(c | quoted);
bin/ksh/tree.c
298
int c, quoted=0;
bin/ksh/tree.c
316
if (!quoted || (c == '"' || c == '`' || c == '$'))
bin/ksh/tree.c
339
quoted = 1;
bin/ksh/tree.c
343
quoted = 0;
bin/sh/expand.c
1200
varvalue(const char *name, int quoted, int subtype, int flag)
bin/sh/expand.c
1213
quoted ? ", quoted" : "", subtype, flag));
bin/sh/expand.c
1220
if ((flag & EXP_QNEEDED) && quoted) { \
bin/sh/expand.c
1257
if (flag & EXP_SPLIT && quoted) {
bin/sh/expand.c
1280
if (!quoted && (flag & EXP_SPLIT)) {
bin/sh/expand.c
1310
if (quoted && (flag & EXP_QNEEDED) &&
bin/sh/expand.c
604
int quoted;
bin/sh/expand.c
618
quoted = *p++ == '"';
bin/sh/expand.c
621
quoted ? "(quoted)" : "", p, begoff));
bin/sh/expand.c
645
if (quoted == 0) /* allow weird splitting */
bin/sh/expand.c
661
expbackq(union node *cmd, int quoted, int flag)
bin/sh/expand.c
677
quoted, flag, startloc));
bin/sh/expand.c
725
if ((quotes && quoted && NEEDESC(lastc)) ||
bin/sh/expand.c
739
if (quoted == 0)
bin/sh/jobs.c
2106
int quoted = 0;
bin/sh/jobs.c
2127
if (!(subtype & VSQUOTE) != !(quoted & 1)) {
bin/sh/jobs.c
2128
quoted ^= 1;
bin/sh/jobs.c
2136
if (quoted & 1)
bin/sh/jobs.c
2138
quoted >>= 1;
bin/sh/jobs.c
2160
quoted ^= 1;
bin/sh/jobs.c
2164
quoted >>= 1;
bin/sh/jobs.c
2176
quoted <<= 1;
bin/sh/jobs.c
2198
if ((quoted & 1) && nleft) {
bin/sh/parser.c
1916
quoted = 0;
bin/sh/parser.c
1928
ISDBLQUOTE()?" ISDBLQUOTE":"", quoted));
bin/sh/parser.c
1957
if ((quoted & QF) == CQ) {
bin/sh/parser.c
1999
if (quoted && c != '\\' && c != '`' &&
bin/sh/parser.c
2034
quoted = SQ;
bin/sh/parser.c
2362
if (quoted || arinest)
bin/sh/parser.c
2374
quoted = 0;
bin/sh/parser.c
2378
SYNTAX, varnest, quoted ? " Q" : ""));
bin/sh/parser.c
2387
quoted = CQ;
bin/sh/show.c
636
int quoted = 0;
bin/sh/show.c
660
if (!quoted != !(subtype & VSQUOTE))
bin/sh/show.c
677
if (!quoted != !(subtype & VSQUOTE))
bin/sh/show.c
719
if (!quoted != !(subtype & VSQUOTE))
bin/sh/show.c
725
if (!quoted)
bin/sh/show.c
737
if (!quoted && *p == (CTLBACKQ|CTLQUOTE))
bin/sh/show.c
742
if (subtype != 0 || !quoted) {
bin/sh/show.c
744
quoted++;
bin/sh/show.c
749
quoted--;
bin/sh/show.c
767
if (quoted)
usr.bin/mail/format.c
873
int quoted;
usr.bin/mail/format.c
881
quoted = 0;
usr.bin/mail/format.c
888
if (!quoted)
usr.bin/mail/format.c
890
quoted = 1;
usr.bin/mail/format.c
905
if (!quoted && q < qend) {
usr.bin/make/cond.c
380
bool doEval, bool quoted,
usr.bin/make/cond.c
387
emode = doEval && quoted ? VARE_EVAL
usr.bin/make/cond.c
423
bool quoted;
usr.bin/make/cond.c
428
*out_quoted = quoted = par->p[0] == '"';
usr.bin/make/cond.c
430
if (quoted)
usr.bin/make/cond.c
446
if (quoted)
usr.bin/make/cond.c
457
if (!quoted)
usr.bin/make/cond.c
464
start, doEval, quoted, &buf, &str))
usr.bin/make/cond.c
468
if (!unquotedOK && !quoted && *start != '$' &&
usr.bin/make/cond.c
478
if (quoted)
usr.bin/make/cond.c
494
EvalTruthy(CondParser *par, const char *value, bool quoted)
usr.bin/make/cond.c
498
if (quoted)