Lines Matching refs:quoting_style
58 enum quoting_style style;
89 enum quoting_style const quoting_style_vals[] =
118 enum quoting_style
127 set_quoting_style (struct quoting_options *o, enum quoting_style s) in set_quoting_style()
179 quoting_options_from_style (enum quoting_style style) in quoting_options_from_style()
193 gettext_quote (char const *msgid, enum quoting_style s) in gettext_quote()
244 enum quoting_style quoting_style, int flags, in quotearg_buffer_restyled() argument
266 switch (quoting_style) in quotearg_buffer_restyled()
269 quoting_style = c_quoting_style; in quotearg_buffer_restyled()
289 if (quoting_style != custom_quoting_style) in quotearg_buffer_restyled()
312 left_quote = gettext_quote (N_("`"), quoting_style); in quotearg_buffer_restyled()
313 right_quote = gettext_quote (N_("'"), quoting_style); in quotearg_buffer_restyled()
325 quoting_style = shell_always_quoting_style; in quotearg_buffer_restyled()
389 switch (quoting_style) in quotearg_buffer_restyled()
440 if (quoting_style == shell_always_quoting_style in quotearg_buffer_restyled()
473 if (quoting_style == shell_always_quoting_style in quotearg_buffer_restyled()
479 if (quoting_style == shell_always_quoting_style) in quotearg_buffer_restyled()
566 && quoting_style == shell_always_quoting_style) in quotearg_buffer_restyled()
637 if (len == 0 && quoting_style == shell_always_quoting_style in quotearg_buffer_restyled()
653 quoting_style, in quotearg_buffer_restyled()
845 quotearg_n_style (int n, enum quoting_style s, char const *arg) in quotearg_n_style()
852 quotearg_n_style_mem (int n, enum quoting_style s, in quotearg_n_style_mem()
860 quotearg_style (enum quoting_style s, char const *arg) in quotearg_style()
866 quotearg_style_mem (enum quoting_style s, char const *arg, size_t argsize) in quotearg_style_mem()