Searched refs:quotearg_n_style (Results 1 – 6 of 6) sorted by relevance
/external/bison/src/ |
D | location.c | 107 quotearg_n_style (3, escape_quoting_style, loc.start.file)); in location_print() 117 quotearg_n_style (3, escape_quoting_style, in location_print()
|
D | graphviz.c | 38 return quotearg_n_style (2, c_quoting_style, name); in quote()
|
/external/bison/lib/ |
D | quotearg.h | 337 char *quotearg_n_style (int n, enum quoting_style s, char const *arg);
|
D | argmatch.c | 136 error (0, 0, format, quotearg_n_style (0, ARGMATCH_QUOTING_STYLE, value), in argmatch_invalid()
|
D | quotearg.c | 845 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/ |
D | ChangeLog-2012 | 20328 * lib/quotearg.h (quotearg_n, quotearg_n_style): 20330 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
|