Searched refs:default_quoting_options (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/gnu/usr.bin/grep/
H A Dquotearg.c137 static struct quoting_options default_quoting_options; variable in typeref:struct:quoting_options
147 *p = *(o ? o : &default_quoting_options);
155 return (o ? o : &default_quoting_options)->style;
163 (o ? o : &default_quoting_options)->style = s;
175 int *p = (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
514 struct quoting_options const *p = o ? o : &default_quoting_options;
576 return quotearg_n_options (n, arg, &default_quoting_options);
604 options = default_quoting_options;

Completed in 157 milliseconds