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

  /external/bison/lib/
quote.c 32 return quotearg_n_style (n, locale_quoting_style, name);
quotearg.h 120 char *quotearg_n_style (int n, enum quoting_style s, char const *arg);
123 argument ARG of size ARGSIZE. This is like quotearg_n_style
128 /* Equivalent to quotearg_n_style (0, S, ARG). */
argmatch.c 141 error (0, 0, format, quotearg_n_style (0, ARGMATCH_QUOTING_STYLE, value),
quotearg.c 657 quotearg_n_style (int n, enum quoting_style s, char const *arg) function
674 return quotearg_n_style (0, s, arg);
  /external/bison/src/
location.c 37 quotearg_n_style (3, escape_quoting_style, loc.start.file),
42 quotearg_n_style (3, escape_quoting_style, loc.end.file),
vcg.c 38 return quotearg_n_style (2, c_quoting_style, name);

Completed in 250 milliseconds