Home
last modified time | relevance | path

Searched refs:default_quoting_options (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dquotearg.c87 static struct quoting_options default_quoting_options; variable
96 struct quoting_options *p = xmemdup (o ? o : &default_quoting_options, in clone_quoting_options()
106 return (o ? o : &default_quoting_options)->style; in get_quoting_style()
114 (o ? o : &default_quoting_options)->style = s; in set_quoting_style()
127 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS; in set_char_quoting()
143 o = &default_quoting_options; in set_quoting_flags()
583 struct quoting_options const *p = o ? o : &default_quoting_options; in quotearg_buffer()
609 struct quoting_options const *p = o ? o : &default_quoting_options; in quotearg_alloc_mem()
726 return quotearg_n_options (n, arg, SIZE_MAX, &default_quoting_options); in quotearg_n()
732 return quotearg_n_options (n, arg, argsize, &default_quoting_options); in quotearg_n_mem()
[all …]