Searched refs:quotearg_style (Results 1 – 9 of 9) sorted by relevance
/external/bison/src/ |
D | parse-gram.y | 205 %printer { fputs (quotearg_style (c_quoting_style, $$), stderr); } 664 $$ = symbol_get (quotearg_style (c_quoting_style, $1), @1); 791 return quotearg_style (escape_quoting_style, buf); in char_name()
|
D | muscle-tab.h | 75 quotearg_style (c_quoting_style, Value)); \
|
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… 3256 return quotearg_style (escape_quoting_style, buf); in char_name()
|
D | output.c | 141 quoted_output (out, quotearg_style (c_quoting_style, string)); in string_output()
|
D | scan-skel.c | 643 fputs (quotearg_style (c_quoting_style, String), skel_out)
|
/external/bison/lib/ |
D | quotearg.h | 346 char *quotearg_style (enum quoting_style s, char const *arg);
|
D | quotearg.c | 860 quotearg_style (enum quoting_style s, char const *arg) in quotearg_style() function
|