Home
last modified time | relevance | path

Searched refs:right_quote (Results 1 – 2 of 2) sorted by relevance

/external/bison/lib/
Dquotearg.c71 char const *right_quote; member
166 char const *left_quote, char const *right_quote) in set_custom_quoting() argument
171 if (!left_quote || !right_quote) in set_custom_quoting()
174 o->right_quote = right_quote; in set_custom_quoting()
247 char const *right_quote) in quotearg_buffer_restyled() argument
313 right_quote = gettext_quote (N_("'"), quoting_style); in quotearg_buffer_restyled()
319 quote_string = right_quote; in quotearg_buffer_restyled()
655 left_quote, right_quote); in quotearg_buffer_restyled()
676 p->left_quote, p->right_quote); in quotearg_buffer()
706 p->right_quote) + 1; in quotearg_alloc_mem()
[all …]
Dquotearg.h282 char const *right_quote);
370 char const *right_quote, char const *arg);
375 char const *right_quote,
379 char *quotearg_custom (char const *left_quote, char const *right_quote,
385 char const *right_quote,