/ndk/sources/host-tools/sed-4.2.1/lib/ |
quotearg.h | 284 char *quotearg_style (enum quoting_style s, char const *arg);
|
quotearg.c | 763 quotearg_style (enum quoting_style s, char const *arg) function
|
/external/bison/lib/ |
quotearg.h | 346 char *quotearg_style (enum quoting_style s, char const *arg);
|
quotearg.c | 860 quotearg_style (enum quoting_style s, char const *arg) function
|
/external/bison/src/ |
muscle-tab.h | 75 quotearg_style (c_quoting_style, Value)); \
|
scan-skel.l | 45 fputs (quotearg_style (c_quoting_style, String), yyout)
|
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);
|
output.c | 141 quoted_output (out, quotearg_style (c_quoting_style, string));
|
muscle-tab.c | 182 quotearg_style (c_quoting_style, loc.start.file));
|
parse-gram.c | [all...] |
scan-skel.c | 643 fputs (quotearg_style (c_quoting_style, String), skel_out) [all...] |