Lines Matching refs:quoting_style
86 enum quoting_style style;
107 enum quoting_style const quoting_style_vals[] =
135 enum quoting_style
144 set_quoting_style (struct quoting_options *o, enum quoting_style s) in set_quoting_style()
169 gettext_quote (char const *msgid, enum quoting_style s) in gettext_quote()
193 enum quoting_style quoting_style, in quotearg_buffer_restyled() argument
212 switch (quoting_style) in quotearg_buffer_restyled()
248 char const *left = gettext_quote (N_("`"), quoting_style); in quotearg_buffer_restyled()
249 char const *right = gettext_quote (N_("'"), quoting_style); in quotearg_buffer_restyled()
293 switch (quoting_style) in quotearg_buffer_restyled()
331 if (quoting_style == shell_quoting_style) in quotearg_buffer_restyled()
362 if (quoting_style == shell_quoting_style) in quotearg_buffer_restyled()
367 switch (quoting_style) in quotearg_buffer_restyled()
451 if ('[' == 0x5b && quoting_style == shell_quoting_style) in quotearg_buffer_restyled()
508 if (i == 0 && quoting_style == shell_quoting_style) in quotearg_buffer_restyled()
641 quoting_options_from_style (enum quoting_style style) in quoting_options_from_style()
650 quotearg_n_style (int n, enum quoting_style s, char const *arg) in quotearg_n_style()
657 quotearg_n_style_mem (int n, enum quoting_style s, in quotearg_n_style_mem()
665 quotearg_style (enum quoting_style s, char const *arg) in quotearg_style()