Home
last modified time | relevance | path

Searched refs:quote_string_len (Results 1 – 1 of 1) sorted by relevance

/external/bison/lib/
Dquotearg.c252 size_t quote_string_len = 0; in quotearg_buffer_restyled() local
277 quote_string_len = 1; in quotearg_buffer_restyled()
320 quote_string_len = strlen (quote_string); in quotearg_buffer_restyled()
332 quote_string_len = 1; in quotearg_buffer_restyled()
350 && quote_string_len in quotearg_buffer_restyled()
351 && i + quote_string_len <= argsize in quotearg_buffer_restyled()
352 && memcmp (arg + i, quote_string, quote_string_len) == 0) in quotearg_buffer_restyled()
436 if (backslash_escapes && elide_outer_quotes && quote_string_len) in quotearg_buffer_restyled()