Home
last modified time | relevance | path

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

/external/bison/lib/
Dquotearg.c255 bool elide_outer_quotes = (flags & QA_ELIDE_OUTER_QUOTES) != 0; in quotearg_buffer_restyled() local
270 elide_outer_quotes = true; in quotearg_buffer_restyled()
273 if (!elide_outer_quotes) in quotearg_buffer_restyled()
282 elide_outer_quotes = false; in quotearg_buffer_restyled()
315 if (!elide_outer_quotes) in quotearg_buffer_restyled()
326 elide_outer_quotes = true; in quotearg_buffer_restyled()
329 if (!elide_outer_quotes) in quotearg_buffer_restyled()
336 elide_outer_quotes = false; in quotearg_buffer_restyled()
354 if (elide_outer_quotes) in quotearg_buffer_restyled()
365 if (elide_outer_quotes) in quotearg_buffer_restyled()
[all …]