HomeSort by relevance Sort by last modified time
    Searched refs:default_quoting_options (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c 87 static struct quoting_options default_quoting_options; variable in typeref:struct:quoting_options
96 struct quoting_options *p = xmemdup (o ? o : &default_quoting_options,
106 return (o ? o : &default_quoting_options)->style;
114 (o ? o : &default_quoting_options)->style = s;
127 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
143 o = &default_quoting_options;
583 struct quoting_options const *p = o ? o : &default_quoting_options;
609 struct quoting_options const *p = o ? o : &default_quoting_options;
726 return quotearg_n_options (n, arg, SIZE_MAX, &default_quoting_options);
732 return quotearg_n_options (n, arg, argsize, &default_quoting_options);
    [all...]
  /external/bison/lib/
quotearg.c 116 static struct quoting_options default_quoting_options; variable in typeref:struct:quoting_options
126 *p = *(o ? o : &default_quoting_options);
135 return (o ? o : &default_quoting_options)->style;
143 (o ? o : &default_quoting_options)->style = s;
156 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
541 struct quoting_options const *p = o ? o : &default_quoting_options;
637 return quotearg_n_options (n, arg, SIZE_MAX, &default_quoting_options);
681 options = default_quoting_options;

Completed in 58 milliseconds