OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
65
unsigned int
quote_these_too
[(UCHAR_MAX / INT_BITS) + 1];
member in struct:quoting_options
142
(o ? o : &default_quoting_options)->
quote_these_too
+ uc / INT_BITS;
230
QUOTE_THESE_TOO
to control quoting.
245
unsigned int const *
quote_these_too
,
381
not start with it and because
quote_these_too
is
509
trouble if it appeared in
quote_these_too
, but that's also
623
&&
quote_these_too
624
&&
quote_these_too
[c / INT_BITS] & (1 << (c % INT_BITS)))
650
/* Don't reuse
quote_these_too
, since the addition of outer quotes
675
p->style, p->flags, p->
quote_these_too
,
[
all
...]
Completed in 24 milliseconds