Home
last modified time | relevance | path

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

/external/bison/lib/
Dquotearg.c94 c_quoting_style, enumerator
269 quoting_style = c_quoting_style; in quotearg_buffer_restyled()
272 case c_quoting_style: in quotearg_buffer_restyled()
396 case c_quoting_style: in quotearg_buffer_restyled()
Dquotearg.h88 c_quoting_style, enumerator
/external/bison/src/
Dmuscle-tab.h75 quotearg_style (c_quoting_style, Value)); \
Dgraphviz.c38 return quotearg_n_style (2, c_quoting_style, name); in quote()
Dparse-gram.y205 %printer { fputs (quotearg_style (c_quoting_style, $$), stderr); }
664 $$ = symbol_get (quotearg_style (c_quoting_style, $1), @1);
Doutput.c141 quoted_output (out, quotearg_style (c_quoting_style, string)); in string_output()
169 set_quoting_style (qo, c_quoting_style); in prepare_symbols()
Dscan-skel.l45 fputs (quotearg_style (c_quoting_style, String), yyout)
Dmuscle-tab.c182 quotearg_style (c_quoting_style, loc.start.file)); in muscle_syncline_grow()
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…
Dscan-skel.c643 fputs (quotearg_style (c_quoting_style, String), skel_out)