Home | History | Annotate | Download | only in lib

Lines Matching full:default_quoting_options

102 static struct quoting_options default_quoting_options;
111 struct quoting_options *p = xmemdup (o ? o : &default_quoting_options,
121 return (o ? o : &default_quoting_options)->style;
129 (o ? o : &default_quoting_options)->style = s;
142 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
158 o = &default_quoting_options;
169 o = &default_quoting_options;
672 struct quoting_options const *p = o ? o : &default_quoting_options;
699 struct quoting_options const *p = o ? o : &default_quoting_options;
823 return quotearg_n_options (n, arg, SIZE_MAX, &default_quoting_options);
829 return quotearg_n_options (n, arg, argsize, &default_quoting_options);
875 options = default_quoting_options;
911 struct quoting_options o = default_quoting_options;