Searched refs:c_quoting_style (Results 1 - 10 of 10) sorted by relevance

/external/bison/lib/
H A Dquotearg.h42 c_quoting_style, enumerator in enum:quoting_style
44 /* Like c_quoting_style except omit the surrounding double-quote
52 /* Like c_quoting_style except use quotation marks appropriate for
H A Dquotearg.c109 c_quoting_style,
211 case c_quoting_style:
295 case c_quoting_style:
/external/bison/src/
H A Dmuscle_tab.h79 quotearg_style (c_quoting_style, \
H A Dscan-skel.l57 fputs (quotearg_style (c_quoting_style, String), yyout)
H A Dmuscle_tab.c170 quotearg_style (c_quoting_style, loc.start.file));
H A Doutput.c121 for (p = quotearg_style (c_quoting_style, string); *p; p++)
161 char const *cp = quotearg_style (c_quoting_style, symbols[i]->tag);
H A Dparse-gram.y464 $$ = symbol_get (quotearg_style (c_quoting_style, $1), @1);
H A Dreader.c82 quotearg_style (c_quoting_style, loc.start.file));
H A Dscan-skel.c632 fputs (quotearg_style (c_quoting_style, String), skel_out)
H A Dvcg.c38 return quotearg_n_style (2, c_quoting_style, name);

Completed in 99 milliseconds