Lines Matching defs:quoted
159 * either be an expression, a quoted string or a number.
379 * In a quoted or unquoted string literal or a number, parse an
388 bool doEval, bool quoted,
395 emode = doEval && quoted ? VARE_EVAL
420 * Parse a string from an expression or an optionally quoted string,
424 * Sets out_quoted if the leaf was a quoted string literal.
432 bool quoted;
437 *out_quoted = quoted = par->p[0] == '"';
439 if (quoted)
453 if (quoted)
464 if (!quoted)
471 start, doEval, quoted, &buf, &str))
475 if (!unquotedOK && !quoted && *start != '$' &&
498 EvalTruthy(CondParser *par, const char *value, bool quoted)
502 if (quoted)