Home | History | Annotate | Download | only in lib

Lines Matching refs:quote_these_too

56   unsigned int quote_these_too[(UCHAR_MAX / INT_BITS) + 1];
127 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
156 memset (o.quote_these_too, 0, sizeof o.quote_these_too);
173 QUOTE_THESE_TOO to control quoting.
188 unsigned int const *quote_these_too)
536 && quote_these_too
537 && quote_these_too[c / INT_BITS] & (1 << (c % INT_BITS))))
562 /* Don't reuse quote_these_too, since the addition of outer quotes
586 p->style, p->flags, p->quote_these_too);
614 flags, p->quote_these_too) + 1;
617 p->quote_these_too);
706 options->quote_these_too);
715 flags, options->quote_these_too);