/external/bison/lib/ |
quotearg.c | 102 static struct quoting_options default_quoting_options; variable in typeref:struct:quoting_options 111 struct quoting_options *p = xmemdup (o ? o : &default_quoting_options, 121 return (o ? o : &default_quoting_options)->style; 129 (o ? o : &default_quoting_options)->style = s; 142 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS; 158 o = &default_quoting_options; 169 o = &default_quoting_options; 672 struct quoting_options const *p = o ? o : &default_quoting_options; 699 struct quoting_options const *p = o ? o : &default_quoting_options; 823 return quotearg_n_options (n, arg, SIZE_MAX, &default_quoting_options); [all...] |
/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...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |