Lines Matching refs:quoting_style
83 enum quoting_style style;
104 enum quoting_style const quoting_style_vals[] =
132 enum quoting_style
141 set_quoting_style (struct quoting_options *o, enum quoting_style s)
166 gettext_quote (char const *msgid, enum quoting_style s)
175 argument ARG (of size ARGSIZE), using QUOTING_STYLE and the
184 ARGSIZE, O), except it uses QUOTING_STYLE instead of the quoting
190 enum quoting_style quoting_style,
209 switch (quoting_style)
245 char const *left = gettext_quote (N_("`"), quoting_style);
246 char const *right = gettext_quote (N_("'"), quoting_style);
290 switch (quoting_style)
331 if (quoting_style == shell_quoting_style)
362 if (quoting_style == shell_quoting_style)
367 switch (quoting_style)
451 if ('[' == 0x5b && quoting_style == shell_quoting_style)
511 if (i == 0 && quoting_style == shell_quoting_style)
648 quoting_options_from_style (enum quoting_style style)
657 quotearg_n_style (int n, enum quoting_style s, char const *arg)
664 quotearg_n_style_mem (int n, enum quoting_style s,
672 quotearg_style (enum quoting_style s, char const *arg)