Searched refs:quote_these_too (Results 1 – 1 of 1) sorted by relevance
/external/bison/lib/ |
D | quotearg.c | 65 unsigned int quote_these_too[(UCHAR_MAX / INT_BITS) + 1]; member 142 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS; in set_char_quoting() 245 unsigned int const *quote_these_too, in quotearg_buffer_restyled() argument 623 && quote_these_too in quotearg_buffer_restyled() 624 && quote_these_too[c / INT_BITS] & (1 << (c % INT_BITS))) in quotearg_buffer_restyled() 675 p->style, p->flags, p->quote_these_too, in quotearg_buffer() 704 flags, p->quote_these_too, in quotearg_alloc_mem() 709 p->quote_these_too, in quotearg_alloc_mem() 799 options->quote_these_too, in quotearg_n_options() 810 flags, options->quote_these_too, in quotearg_n_options()
|