Lines Matching defs:quoted
159 * either be an expression, a quoted string or a number.
383 * In a quoted or unquoted string literal or a number, parse an
392 bool doEval, bool quoted,
399 emode = doEval && quoted ? VARE_EVAL
424 * Parse a string from an expression or an optionally quoted string,
428 * Sets out_quoted if the leaf was a quoted string literal.
436 bool quoted;
441 *out_quoted = quoted = par->p[0] == '"';
443 if (quoted)
457 if (quoted)
468 if (!quoted)
475 start, doEval, quoted, &buf, &str))
479 if (!unquotedOK && !quoted && *start != '$' &&
502 EvalTruthy(CondParser *par, const char *value, bool quoted)
506 if (quoted)