Searched refs:default_quoting_options (Results 1 – 1 of 1) sorted by relevance
102 static struct quoting_options default_quoting_options; variable111 struct quoting_options *p = xmemdup (o ? o : &default_quoting_options, in clone_quoting_options()121 return (o ? o : &default_quoting_options)->style; in get_quoting_style()129 (o ? o : &default_quoting_options)->style = s; in set_quoting_style()142 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS; in set_char_quoting()158 o = &default_quoting_options; in set_quoting_flags()169 o = &default_quoting_options; in set_custom_quoting()672 struct quoting_options const *p = o ? o : &default_quoting_options; in quotearg_buffer()699 struct quoting_options const *p = o ? o : &default_quoting_options; in quotearg_alloc_mem()823 return quotearg_n_options (n, arg, SIZE_MAX, &default_quoting_options); in quotearg_n()[all …]