/ndk/sources/host-tools/sed-4.2.1/lib/ |
quotearg.h | 88 c_quoting_style, enumerator in enum:quoting_style 90 /* Like c_quoting_style except omit the surrounding double-quote 102 /* Like c_quoting_style except always omit the surrounding 138 /* Like c_quoting_style except use quotation marks appropriate for 176 /* In the c_quoting_style and c_maybe_quoting_style, split ANSI
|
quotearg.c | 79 c_quoting_style, 210 quoting_style = c_quoting_style; 213 case c_quoting_style: 322 case c_quoting_style:
|
/external/bison/lib/ |
quotearg.h | 88 c_quoting_style, enumerator in enum:quoting_style 90 /* Like c_quoting_style except omit the surrounding double-quote 102 /* Like c_quoting_style except always omit the surrounding 141 /* Like c_quoting_style except use quotation marks appropriate for 223 /* In the c_quoting_style and c_maybe_quoting_style, split ANSI
|
quotearg.c | 94 c_quoting_style, 269 quoting_style = c_quoting_style; 272 case c_quoting_style: 396 case c_quoting_style:
|
/external/bison/src/ |
muscle-tab.h | 75 quotearg_style (c_quoting_style, Value)); \
|
graphviz.c | 38 return quotearg_n_style (2, c_quoting_style, name);
|
output.c | 141 quoted_output (out, quotearg_style (c_quoting_style, string)); 169 set_quoting_style (qo, c_quoting_style);
|
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);
|
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...] |