HomeSort by relevance Sort by last modified time
    Searched refs:c_quoting_style (Results 1 - 10 of 10) sorted by null

  /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...]

Completed in 152 milliseconds