D | quotearg.c | 49 enum quoting_style style; member 106 return (o ? o : &default_quoting_options)->style; in get_quoting_style() 114 (o ? o : &default_quoting_options)->style = s; in set_quoting_style() 151 quoting_options_from_style (enum quoting_style style) in quoting_options_from_style() argument 154 o.style = style; in quoting_options_from_style() 586 p->style, p->flags, p->quote_these_too); in quotearg_buffer() 613 size_t bufsize = quotearg_buffer_restyled (0, 0, arg, argsize, p->style, in quotearg_alloc_mem() 616 quotearg_buffer_restyled (buf, bufsize, arg, argsize, p->style, flags, in quotearg_alloc_mem() 705 options->style, flags, in quotearg_n_options() 714 quotearg_buffer_restyled (val, size, arg, argsize, options->style, in quotearg_n_options()
|