Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dquotearg.c119 static struct quoting_options default_quoting_options; variable
129 *p = *(o ? o : &default_quoting_options); in clone_quoting_options()
138 return (o ? o : &default_quoting_options)->style; in get_quoting_style()
146 (o ? o : &default_quoting_options)->style = s; in set_quoting_style()
159 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS; in set_char_quoting()
538 struct quoting_options const *p = o ? o : &default_quoting_options; in quotearg_buffer()
630 return quotearg_n_options (n, arg, SIZE_MAX, &default_quoting_options); in quotearg_n()
674 options = default_quoting_options; in quotearg_char()