Home | History | Annotate | Download | only in lib

Lines Matching full: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)
151 quoting_options_from_style (enum quoting_style style)
163 gettext_quote (char const *msgid, enum quoting_style s)
172 argument ARG (of size ARGSIZE), using QUOTING_STYLE, FLAGS, and
187 enum quoting_style quoting_style, int flags,
207 switch (quoting_style)
210 quoting_style = c_quoting_style;
249 char const *left = gettext_quote (N_("`"), quoting_style);
250 char const *right = gettext_quote (N_("'"), quoting_style);
261 quoting_style = shell_always_quoting_style;
315 switch (quoting_style)
366 if (quoting_style == shell_always_quoting_style
399 if (quoting_style == shell_always_quoting_style
405 if (quoting_style == shell_always_quoting_style)
484 && quoting_style == shell_always_quoting_style)
549 if (len == 0 && quoting_style == shell_always_quoting_style
565 quoting_style,
748 quotearg_n_style (int n, enum quoting_style s, char const *arg)
755 quotearg_n_style_mem (int n, enum quoting_style s,
763 quotearg_style (enum quoting_style s, char const *arg)
769 quotearg_style_mem (enum quoting_style s, char const *arg, size_t argsize)