Home | History | Annotate | Download | only in lib

Lines Matching refs:quote_these_too

65   unsigned int quote_these_too[(UCHAR_MAX / INT_BITS) + 1];
142 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
230 QUOTE_THESE_TOO to control quoting.
245 unsigned int const *quote_these_too,
381 not start with it and because quote_these_too is
509 trouble if it appeared in quote_these_too, but that's also
623 && quote_these_too
624 && quote_these_too[c / INT_BITS] & (1 << (c % INT_BITS)))
650 /* Don't reuse quote_these_too, since the addition of outer quotes
675 p->style, p->flags, p->quote_these_too,
704 flags, p->quote_these_too,
709 p->quote_these_too,
799 options->quote_these_too,
810 flags, options->quote_these_too,