• Home
  • Raw
  • Download

Lines Matching refs:quoting_style

49   enum quoting_style style;
74 enum quoting_style const quoting_style_vals[] =
103 enum quoting_style
112 set_quoting_style (struct quoting_options *o, enum quoting_style s) in set_quoting_style()
151 quoting_options_from_style (enum quoting_style style) in quoting_options_from_style()
163 gettext_quote (char const *msgid, enum quoting_style s) in gettext_quote()
187 enum quoting_style quoting_style, int flags, in quotearg_buffer_restyled() argument
207 switch (quoting_style) in quotearg_buffer_restyled()
210 quoting_style = c_quoting_style; in quotearg_buffer_restyled()
249 char const *left = gettext_quote (N_("`"), quoting_style); in quotearg_buffer_restyled()
250 char const *right = gettext_quote (N_("'"), quoting_style); in quotearg_buffer_restyled()
261 quoting_style = shell_always_quoting_style; in quotearg_buffer_restyled()
315 switch (quoting_style) in quotearg_buffer_restyled()
366 if (quoting_style == shell_always_quoting_style in quotearg_buffer_restyled()
399 if (quoting_style == shell_always_quoting_style in quotearg_buffer_restyled()
405 if (quoting_style == shell_always_quoting_style) in quotearg_buffer_restyled()
484 && quoting_style == shell_always_quoting_style) in quotearg_buffer_restyled()
549 if (len == 0 && quoting_style == shell_always_quoting_style in quotearg_buffer_restyled()
565 quoting_style, in quotearg_buffer_restyled()
748 quotearg_n_style (int n, enum quoting_style s, char const *arg) in quotearg_n_style()
755 quotearg_n_style_mem (int n, enum quoting_style s, in quotearg_n_style_mem()
763 quotearg_style (enum quoting_style s, char const *arg) in quotearg_style()
769 quotearg_style_mem (enum quoting_style s, char const *arg, size_t argsize) in quotearg_style_mem()