Home
last modified time | relevance | path

Searched refs:quotearg_n_style (Results 1 – 6 of 6) sorted by relevance

/external/bison/src/
Dlocation.c107 quotearg_n_style (3, escape_quoting_style, loc.start.file)); in location_print()
117 quotearg_n_style (3, escape_quoting_style, in location_print()
Dgraphviz.c38 return quotearg_n_style (2, c_quoting_style, name); in quote()
/external/bison/lib/
Dquotearg.h337 char *quotearg_n_style (int n, enum quoting_style s, char const *arg);
Dargmatch.c136 error (0, 0, format, quotearg_n_style (0, ARGMATCH_QUOTING_STYLE, value), in argmatch_invalid()
Dquotearg.c845 quotearg_n_style (int n, enum quoting_style s, char const *arg) in quotearg_n_style() function
862 return quotearg_n_style (0, s, arg); in quotearg_style()
/external/bison/
DChangeLog-201220328 * lib/quotearg.h (quotearg_n, quotearg_n_style):
20330 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.