Home
last modified time | relevance | path

Searched refs:quoting_style (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/gnu/usr.bin/grep/
HDquotearg.c104 enum quoting_style style;
125 enum quoting_style const quoting_style_vals[] =
152 enum quoting_style
161 set_quoting_style (struct quoting_options *o, enum quoting_style s) in set_quoting_style()
185 gettext_quote (char const *msgid, enum quoting_style s) in gettext_quote()
209 enum quoting_style quoting_style, in quotearg_buffer_restyled() argument
228 switch (quoting_style) in quotearg_buffer_restyled()
259 char const *left = gettext_quote (N_("`"), quoting_style); in quotearg_buffer_restyled()
260 char const *right = gettext_quote (N_("'"), quoting_style); in quotearg_buffer_restyled()
294 switch (quoting_style) in quotearg_buffer_restyled()
[all …]
HDquotearg.h21 enum quoting_style enum
39 extern enum quoting_style const quoting_style_vals[];
61 enum quoting_style get_quoting_style PARAMS ((struct quoting_options *o));
66 enum quoting_style s));
100 char *quotearg_n_style PARAMS ((unsigned int n, enum quoting_style s,
104 char *quotearg_style PARAMS ((enum quoting_style s, char const *arg));