HomeSort by relevance Sort by last modified time
    Searched refs:quote_these_too (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c 56 unsigned int quote_these_too[(UCHAR_MAX / INT_BITS) + 1]; member in struct:quoting_options
127 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
156 memset (o.quote_these_too, 0, sizeof o.quote_these_too);
173 QUOTE_THESE_TOO to control quoting.
188 unsigned int const *quote_these_too)
536 && quote_these_too
537 && quote_these_too[c / INT_BITS] & (1 << (c % INT_BITS))))
562 /* Don't reuse quote_these_too, since the addition of outer quotes
586 p->style, p->flags, p->quote_these_too);
    [all...]
  /external/bison/lib/
quotearg.c 87 unsigned int quote_these_too[(UCHAR_MAX / INT_BITS) + 1]; member in struct:quoting_options
156 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
501 && o->quote_these_too[c / INT_BITS] & (1 << (c % INT_BITS))))
652 memset (o.quote_these_too, 0, sizeof o.quote_these_too);

Completed in 16 milliseconds