Home
last modified time | relevance | path

Searched refs:quotearg_style (Results 1 – 9 of 9) sorted by relevance

/external/bison/src/
Dparse-gram.y205 %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()
Dmuscle-tab.h75 quotearg_style (c_quoting_style, Value)); \
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…
3256 return quotearg_style (escape_quoting_style, buf); in char_name()
Doutput.c141 quoted_output (out, quotearg_style (c_quoting_style, string)); in string_output()
Dscan-skel.c643 fputs (quotearg_style (c_quoting_style, String), skel_out)
/external/bison/lib/
Dquotearg.h346 char *quotearg_style (enum quoting_style s, char const *arg);
Dquotearg.c860 quotearg_style (enum quoting_style s, char const *arg) in quotearg_style() function