Home
last modified time | relevance | path

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

/external/bison/lib/
Dquotearg.h112 char *quotearg_n (int n, char const *arg);
Dquotearg.c635 quotearg_n (int n, char const *arg) in quotearg_n() function
643 return quotearg_n (0, arg); in quotearg()
/external/bison/
DChangeLog12067 * lib/quotearg.h (quotearg_n, quotearg_n_style):
12069 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.