quotearg.c | 68 char const *left_quote; member in struct:quoting_options 166 char const *left_quote, char const *right_quote) 171 if (!left_quote || !right_quote) 173 o->left_quote = left_quote; 246 char const *left_quote, 312 left_quote = gettext_quote (N_("`"), quoting_style); 316 for (quote_string = left_quote; *quote_string; quote_string++) 655 left_quote, right_quote); 676 p->left_quote, p->right_quote) [all...] |