Lines Matching full:default_quoting_options
87 static struct quoting_options default_quoting_options;
96 struct quoting_options *p = xmemdup (o ? o : &default_quoting_options,
106 return (o ? o : &default_quoting_options)->style;
114 (o ? o : &default_quoting_options)->style = s;
127 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
143 o = &default_quoting_options;
583 struct quoting_options const *p = o ? o : &default_quoting_options;
609 struct quoting_options const *p = o ? o : &default_quoting_options;
726 return quotearg_n_options (n, arg, SIZE_MAX, &default_quoting_options);
732 return quotearg_n_options (n, arg, argsize, &default_quoting_options);
778 options = default_quoting_options;