Searched defs:quotearg_n_options (Results 1 - 1 of 1) sorted by relevance

/external/bison/lib/
H A Dquotearg.c572 quotearg_n_options (int n, char const *arg, size_t argsize, function
637 return quotearg_n_options (n, arg, SIZE_MAX, &default_quoting_options);
660 return quotearg_n_options (n, arg, SIZE_MAX, &o);
668 return quotearg_n_options (n, arg, argsize, &o);
683 return quotearg_n_options (0, arg, SIZE_MAX, &options);

Completed in 50 milliseconds