Home
last modified time | relevance | path

Searched refs:quotearg_n (Results 1 – 3 of 3) sorted by relevance

/external/bison/lib/
Dquotearg.h321 char *quotearg_n (int n, char const *arg);
Dquotearg.c821 quotearg_n (int n, char const *arg) in quotearg_n() function
835 return quotearg_n (0, arg); in quotearg()
/external/bison/
DChangeLog-201220328 * lib/quotearg.h (quotearg_n, quotearg_n_style):
20330 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.