Searched refs:c_quoting_style (Results 1 – 10 of 10) sorted by relevance
/external/bison/lib/ |
D | quotearg.c | 94 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()
|
D | quotearg.h | 88 c_quoting_style, enumerator
|
/external/bison/src/ |
D | muscle-tab.h | 75 quotearg_style (c_quoting_style, Value)); \
|
D | graphviz.c | 38 return quotearg_n_style (2, c_quoting_style, name); in quote()
|
D | parse-gram.y | 205 %printer { fputs (quotearg_style (c_quoting_style, $$), stderr); } 664 $$ = symbol_get (quotearg_style (c_quoting_style, $1), @1);
|
D | output.c | 141 quoted_output (out, quotearg_style (c_quoting_style, string)); in string_output() 169 set_quoting_style (qo, c_quoting_style); in prepare_symbols()
|
D | scan-skel.l | 45 fputs (quotearg_style (c_quoting_style, String), yyout)
|
D | muscle-tab.c | 182 quotearg_style (c_quoting_style, loc.start.file)); in muscle_syncline_grow()
|
D | parse-gram.c | 1088 { 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…
|
D | scan-skel.c | 643 fputs (quotearg_style (c_quoting_style, String), skel_out)
|