OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quote_string
(Results
1 - 3
of
3
) sorted by null
/external/bison/lib/
quotearg.c
251
char const *
quote_string
= 0;
local
276
quote_string
= "\"";
316
for (
quote_string
= left_quote; *
quote_string
;
quote_string
++)
317
STORE (*
quote_string
);
319
quote_string
= right_quote;
320
quote_string_len = strlen (
quote_string
);
331
quote_string
= "'";
352
&& memcmp (arg + i,
quote_string
, quote_string_len) == 0
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c
192
char const *
quote_string
= 0;
local
217
quote_string
= "\"";
252
for (
quote_string
= left; *
quote_string
;
quote_string
++)
253
STORE (*
quote_string
);
255
quote_string
= right;
256
quote_string_len = strlen (
quote_string
);
267
quote_string
= "'";
287
&& memcmp (arg + i,
quote_string
, quote_string_len) == 0
[
all
...]
/external/chromium_org/tools/gn/
value.cc
80
std::string Value::ToString(bool
quote_string
) const {
89
if (
quote_string
)
Completed in 50 milliseconds