Home
last modified time | relevance | path

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

/freebsd-11-stable/gnu/usr.bin/grep/
HDquotearg.c108 int quote_these_too[(UCHAR_MAX / INT_BITS) + 1]; member
175 int *p = (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS; in set_char_quoting()
478 && o->quote_these_too[c / INT_BITS] & (1 << (c % INT_BITS)))) in quotearg_buffer_restyled()
590 memset (o.quote_these_too, 0, sizeof o.quote_these_too); in quotearg_n_style()