Searched refs:left_quote (Results 1 – 2 of 2) sorted by relevance
/external/bison/lib/ |
D | quotearg.c | 68 char const *left_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() 173 o->left_quote = left_quote; in set_custom_quoting() 246 char const *left_quote, in quotearg_buffer_restyled() argument 312 left_quote = gettext_quote (N_("`"), quoting_style); in quotearg_buffer_restyled() 316 for (quote_string = left_quote; *quote_string; quote_string++) in quotearg_buffer_restyled() 655 left_quote, right_quote); in quotearg_buffer_restyled() 676 p->left_quote, p->right_quote); in quotearg_buffer() 705 p->left_quote, in quotearg_alloc_mem() [all …]
|
D | quotearg.h | 281 char const *left_quote, 369 char *quotearg_n_custom (int n, char const *left_quote, 374 char *quotearg_n_custom_mem (int n, char const *left_quote, 379 char *quotearg_custom (char const *left_quote, char const *right_quote, 384 char *quotearg_custom_mem (char const *left_quote,
|