Searched refs:quotearg_n_custom (Results 1 - 2 of 2) sorted by relevance
/external/bison/lib/ |
H A D | quotearg.h | 369 char *quotearg_n_custom (int n, char const *left_quote, 372 /* Like quotearg_n_custom (N, LEFT_QUOTE, RIGHT_QUOTE, ARG) except it 378 /* Equivalent to quotearg_n_custom (0, LEFT_QUOTE, RIGHT_QUOTE, ARG). */
|
H A D | quotearg.c | 899 quotearg_n_custom (int n, char const *left_quote, function 920 return quotearg_n_custom (0, left_quote, right_quote, arg);
|
Completed in 31 milliseconds