Home
last modified time | relevance | path

Searched refs:quote_these_too (Results 1 – 1 of 1) sorted by relevance

/external/bison/lib/
Dquotearg.c87 unsigned int quote_these_too[(UCHAR_MAX / INT_BITS) + 1]; member
156 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS; in set_char_quoting()
501 && o->quote_these_too[c / INT_BITS] & (1 << (c % INT_BITS)))) in quotearg_buffer_restyled()
652 memset (o.quote_these_too, 0, sizeof o.quote_these_too); in quoting_options_from_style()