Searched refs:escape_quoting_style (Results 1 – 7 of 7) sorted by relevance
/external/bison/src/ |
D | location.c | 107 quotearg_n_style (3, escape_quoting_style, loc.start.file)); in location_print() 117 quotearg_n_style (3, escape_quoting_style, in location_print()
|
D | parse-gram.y | 791 return quotearg_style (escape_quoting_style, buf); in char_name()
|
D | scan-gram.l | 572 p = quotearg_style_mem (escape_quoting_style, p, 1);
|
D | scan-gram.c | 2219 p = quotearg_style_mem (escape_quoting_style, p, 1);
|
D | parse-gram.c | 3256 return quotearg_style (escape_quoting_style, buf); in char_name()
|
/external/bison/lib/ |
D | quotearg.h | 113 escape_quoting_style, enumerator
|
D | quotearg.c | 96 escape_quoting_style, enumerator 280 case escape_quoting_style: in quotearg_buffer_restyled()
|