quotearg.c | 71 char const *right_quote; member in struct:quoting_options 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); [all...] |