HomeSort by relevance Sort by last modified time
    Searched full: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...]
  /prebuilts/misc/linux-x86/bison/
bison 

Completed in 112 milliseconds