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

/external/bison/lib/
H A Dquotearg.h88 c_quoting_style, enumerator in enum:quoting_style
90 /* Like c_quoting_style except omit the surrounding double-quote
102 /* Like c_quoting_style except always omit the surrounding
141 /* Like c_quoting_style except use quotation marks appropriate for
223 /* In the c_quoting_style and c_maybe_quoting_style, split ANSI
H A Dquotearg.c94 c_quoting_style,
269 quoting_style = c_quoting_style;
272 case c_quoting_style:
396 case c_quoting_style:
/external/bison/src/
H A Dmuscle-tab.h75 quotearg_style (c_quoting_style, Value)); \
H A Dgraphviz.c38 return quotearg_n_style (2, c_quoting_style, name);
H A Doutput.c141 quoted_output (out, quotearg_style (c_quoting_style, string));
169 set_quoting_style (qo, c_quoting_style);
H A Dscan-skel.l45 fputs (quotearg_style (c_quoting_style, String), yyout)
H A Dparse-gram.y205 %printer { fputs (quotearg_style (c_quoting_style, $$), stderr); }
664 $$ = symbol_get (quotearg_style (c_quoting_style, $1), @1);
H A Dmuscle-tab.c182 quotearg_style (c_quoting_style, loc.start.file));
H A Dparse-gram.c1088 { fputs (quotearg_style (c_quoting_style, ((*yyvaluep).chars)), stderr); };
2875 (yyval.symbol) = symbol_get (quotearg_style (c_quoting_style, (yyvsp[(1) - (1)].chars)), (yylsp[(1) - (1)]));
H A Dscan-skel.c643 fputs (quotearg_style (c_quoting_style, String), skel_out)

Completed in 594 milliseconds