Lines Matching defs:quote
38 static unsigned char quote; /* used locally */
53 if (quote) {
91 } else { /* push escapes onto stack to quote characters */
223 if(c == '@' && !atflag && quote) {
288 if (*v == 0 && quote) {
302 if(quote || (c == '\\' && trimflag)) {
320 if(*id == '*' && quote) {
401 if(!quote) {
405 quote ^= QUOTE;
420 unsigned char savq = quote;
426 quote = 0;
441 quote = savq;
466 if(!escchar(d) || (d == '"' && !quote)) {
515 if(quote || (d == '\\' && trimflag)) {
517 /* quote output from command subst. if within double
566 } else if(quote)