Home | History | Annotate | Download | only in lib

Lines Matching refs:right_quote

71   char const *right_quote;
166 char const *left_quote, char const *right_quote)
171 if (!left_quote || !right_quote)
174 o->right_quote = right_quote;
247 char const *right_quote)
313 right_quote = gettext_quote (N_("'"), quoting_style);
319 quote_string = right_quote;
655 left_quote, right_quote);
676 p->left_quote, p->right_quote);
706 p->right_quote) + 1;
710 p->left_quote, p->right_quote);
801 options->right_quote);
812 options->right_quote);
900 char const *right_quote, char const *arg)
902 return quotearg_n_custom_mem (n, left_quote, right_quote, arg,
908 char const *right_quote,
912 set_custom_quoting (&o, left_quote, right_quote);
917 quotearg_custom (char const *left_quote, char const *right_quote,
920 return quotearg_n_custom (0, left_quote, right_quote, arg);
924 quotearg_custom_mem (char const *left_quote, char const *right_quote,
927 return quotearg_n_custom_mem (0, left_quote, right_quote, arg,