Searched refs:quotearg_style (Results 1 – 12 of 12) sorted by relevance
/external/bison/lib/ |
D | quotearg.h | 129 char *quotearg_style (enum quoting_style s, char const *arg);
|
D | quotearg.c | 672 quotearg_style (enum quoting_style s, char const *arg) in quotearg_style() function
|
/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-gram.l | 424 val->symbol = symbol_get (quotearg_style (escape_quoting_style,
|
D | scan-skel.c | 632 fputs (quotearg_style (c_quoting_style, String), skel_out)
|
D | parse-gram.c | 2138 …(yyval.symbol) = symbol_get (quotearg_style (c_quoting_style, (yyvsp[(1) - (1)].chars)), (yylsp[(1…
|
D | scan-gram.c | 1870 val->symbol = symbol_get (quotearg_style (escape_quoting_style,
|