OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quote_string
(Results
1 - 2
of
2
) 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
...]
/prebuilts/misc/linux-x86/bison/
bison
Completed in 364 milliseconds