Searched refs:c_quoting_style (Results 1 – 11 of 11) sorted by relevance
/external/bison/lib/ |
D | quotearg.c | 109 c_quoting_style, enumerator 211 case c_quoting_style: in quotearg_buffer_restyled() 295 case c_quoting_style: in quotearg_buffer_restyled()
|
D | quotearg.h | 42 c_quoting_style, enumerator
|
/external/bison/src/ |
D | muscle_tab.h | 79 quotearg_style (c_quoting_style, \
|
D | scan-skel.l | 57 fputs (quotearg_style (c_quoting_style, String), yyout)
|
D | muscle_tab.c | 170 quotearg_style (c_quoting_style, loc.start.file)); in muscle_code_grow()
|
D | output.c | 121 for (p = quotearg_style (c_quoting_style, string); *p; p++) in GENERATE_MUSCLE_INSERT_TABLE() 161 char const *cp = quotearg_style (c_quoting_style, symbols[i]->tag); in prepare_symbols()
|
D | parse-gram.y | 464 $$ = symbol_get (quotearg_style (c_quoting_style, $1), @1);
|
D | reader.c | 81 quotearg_style (c_quoting_style, loc.start.file)); in prologue_augment()
|
D | scan-skel.c | 632 fputs (quotearg_style (c_quoting_style, String), skel_out)
|
D | vcg.c | 38 return quotearg_n_style (2, c_quoting_style, name); in quote()
|
D | parse-gram.c | 2138 …(yyval.symbol) = symbol_get (quotearg_style (c_quoting_style, (yyvsp[(1) - (1)].chars)), (yylsp[(1…
|