Searched refs:set_char_quoting (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/cvs-1.12/lib/ |
H A D | quotearg.h | 88 int set_char_quoting (struct quoting_options *o, char c, int i);
|
H A D | quotearg.c | 152 set_char_quoting (struct quoting_options *o, char c, int i) in set_char_quoting() function 671 set_char_quoting (&options, ch, 1); in quotearg_char()
|
/dflybsd-src/contrib/grep/lib/ |
H A D | quotearg.c | 152 set_char_quoting (struct quoting_options *o, char c, int i) in set_char_quoting() function 986 set_char_quoting (&options, ch, 1); in quotearg_char_mem() 1013 set_char_quoting (&options, ':', 1); in quotearg_n_style_colon()
|
H A D | quotearg.h | 294 int set_char_quoting (struct quoting_options *o, char c, int i);
|