Home
last modified time | relevance | path

Searched refs:shell_quoting_style (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dquotearg.c110 shell_quoting_style, enumerator
295 case shell_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()
369 case shell_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()
H A Dquotearg.h35 shell_quoting_style, enumerator
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dquotearg.c107 shell_quoting_style, enumerator
292 case shell_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()
369 case shell_quoting_style: in quotearg_buffer_restyled()
451 if ('[' == 0x5b && quoting_style == shell_quoting_style) in quotearg_buffer_restyled()
511 if (i == 0 && quoting_style == shell_quoting_style) in quotearg_buffer_restyled()
H A Dquotearg.h35 shell_quoting_style, enumerator
H A Dsh-quote.c37 set_quoting_style (sh_quoting_options, shell_quoting_style); in init_sh_quoting_options()
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dquotearg.c130 shell_quoting_style, enumerator
298 case shell_quoting_style: in quotearg_buffer_restyled()
334 if (quoting_style == shell_quoting_style) in quotearg_buffer_restyled()
359 if (quoting_style == shell_quoting_style) in quotearg_buffer_restyled()
366 case shell_quoting_style: in quotearg_buffer_restyled()
H A Dquotearg.h26 shell_quoting_style, /* --quoting-style=shell */ enumerator
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drcscmds.c580 cvs_output (quotearg_style (shell_quoting_style, diff_argv[i]), 0); in RCS_output_diff_options()