Lines Matching refs:right_quote
71 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()
710 p->left_quote, p->right_quote); in quotearg_alloc_mem()
801 options->right_quote); in quotearg_n_options()
812 options->right_quote); in quotearg_n_options()
900 char const *right_quote, char const *arg) in quotearg_n_custom() argument
902 return quotearg_n_custom_mem (n, left_quote, right_quote, arg, in quotearg_n_custom()
908 char const *right_quote, in quotearg_n_custom_mem() argument
912 set_custom_quoting (&o, left_quote, right_quote); in quotearg_n_custom_mem()
917 quotearg_custom (char const *left_quote, char const *right_quote, in quotearg_custom() argument
920 return quotearg_n_custom (0, left_quote, right_quote, arg); in quotearg_custom()
924 quotearg_custom_mem (char const *left_quote, char const *right_quote, in quotearg_custom_mem() argument
927 return quotearg_n_custom_mem (0, left_quote, right_quote, arg, in quotearg_custom_mem()