Searched refs:quotearg_char (Results 1 - 2 of 2) sorted by relevance

/external/bison/lib/
H A Dquotearg.h354 char *quotearg_char (char const *arg, char ch);
356 /* Like quotearg_char (ARG, CH), except it can quote null bytes. */
359 /* Equivalent to quotearg_char (ARG, ':'). */
H A Dquotearg.c881 quotearg_char (char const *arg, char ch) function
889 return quotearg_char (arg, ':');

Completed in 139 milliseconds