• Home
  • Raw
  • Download

Lines Matching refs:left_quote

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()
710 p->left_quote, p->right_quote); in quotearg_alloc_mem()
800 options->left_quote, in quotearg_n_options()
811 options->left_quote, in quotearg_n_options()
899 quotearg_n_custom (int n, char const *left_quote, in quotearg_n_custom() argument
902 return quotearg_n_custom_mem (n, left_quote, right_quote, arg, in quotearg_n_custom()
907 quotearg_n_custom_mem (int n, char const *left_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()