Lines Matching defs:quoted
892 * in single quoted mode (eofmark quoted)
904 * In double quoted (non-quoted eofmark)
946 plinno - lines, sq ? "quoted " : "", eofmark,
1076 * quoted.
1223 * var expansion inside arith inside var with some quoted and some not.
1247 * quoted is special - we need to know 2 things ... are we inside "..."
1252 * To handle this, "quoted" has two fields, the bottom 4 (really 2)
1253 * bits are 0, 1, or 2, for un, single, and double quoted (single quoted
1383 #define quoted (currentstate(stack)->ts_quoted)
1683 synerror("Unterminated quoted string ($'...)");
1855 synerror("Unterminated quoted string ($'...)");
1879 * syntax tables we are to use (basic, single or double quoted, or arith)
1916 quoted = 0;
1926 CTRACE(DBG_LEXER, ("readtoken1(%c) syntax=%s %s%s(quoted=%x)\n",
1928 ISDBLQUOTE()?" ISDBLQUOTE":"", quoted));
1956 case CSBACK: /* single quoted backslash */
1957 if ((quoted & QF) == CQ) {
1998 quotef = 1; /* current token is quoted
1999 if (quoted && c != '\\' && c != '`' &&
2034 quoted = SQ;
2039 /* Ignore inside quoted here document */
2171 synerror("Unterminated quoted string");
2197 (quotef ? "quoted " : ""), out, (bqlist ? " with cmdsubs" : ""),
2384 if (quoted || arinest)
2396 quoted = 0;
2400 SYNTAX, varnest, quoted ? " Q" : ""));
2409 quoted = CQ;