Lines Matching defs:quoted
158 * either be a defined expression, a quoted string or a number.
371 * In a quoted or unquoted string literal or a number, parse an
380 bool doEval, bool quoted,
387 emode = doEval && quoted ? VARE_EVAL
411 * Parse a string from an expression or an optionally quoted string,
415 * Set out_quoted if the leaf was a quoted string literal.
423 bool quoted;
428 *out_quoted = quoted = par->p[0] == '"';
430 if (quoted)
446 if (quoted)
457 if (!quoted)
464 start, doEval, quoted, &buf, &str))
468 if (!unquotedOK && !quoted && *start != '$' &&
478 if (quoted)
494 EvalTruthy(CondParser *par, const char *value, bool quoted)
498 if (quoted)