INT_BITS 68 maint/gnulib/lib/quotearg.c unsigned int quote_these_too[(UCHAR_MAX / INT_BITS) + 1]; INT_BITS 149 maint/gnulib/lib/quotearg.c (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS; INT_BITS 150 maint/gnulib/lib/quotearg.c int shift = uc % INT_BITS; INT_BITS 708 maint/gnulib/lib/quotearg.c && quote_these_too[c / INT_BITS] >> (c % INT_BITS) & 1)