Searched refs:obstack_sgrow (Results 1 – 10 of 10) sorted by relevance
/external/bison/src/ |
D | system.h | 161 # define obstack_sgrow(Obs, Str) \ macro 175 case '$': obstack_sgrow (Obs, "$]["); break; \ 176 case '@': obstack_sgrow (Obs, "@@" ); break; \ 177 case '[': obstack_sgrow (Obs, "@{" ); break; \ 178 case ']': obstack_sgrow (Obs, "@}" ); break; \ 196 obstack_sgrow (Obs, "[["); \ 198 obstack_sgrow (Obs, "]]"); \ 201 obstack_sgrow (Obs, "[]"); \
|
D | print_graph.c | 57 obstack_sgrow (oout, escape (r->lhs->tag)); in print_lhs() 79 obstack_sgrow (oout, "\\n\\l"); in print_core() 100 obstack_sgrow (oout, " ."); in print_core() 119 obstack_sgrow (oout, " ["); in print_core() 122 obstack_sgrow (oout, sep); in print_core() 123 obstack_sgrow (oout, escape (symbols[k]->tag)); in print_core() 129 obstack_sgrow (oout, "\\l"); in print_core()
|
D | muscle-tab.c | 160 obstack_sgrow (&muscle_obstack, entry->value); in muscle_grow() 162 obstack_sgrow (&muscle_obstack, separator); in muscle_grow() 163 obstack_sgrow (&muscle_obstack, val); in muscle_grow() 183 obstack_sgrow (&muscle_obstack, ")["); in muscle_syncline_grow() 208 obstack_sgrow (&muscle_obstack, "["); in muscle_pair_list_grow() 210 obstack_sgrow (&muscle_obstack, ", "); in muscle_pair_list_grow() 212 obstack_sgrow (&muscle_obstack, "]"); in muscle_pair_list_grow() 269 obstack_sgrow (&muscle_obstack, "[["); in muscle_boundary_grow() 275 obstack_sgrow (&muscle_obstack, "]]"); in muscle_boundary_grow() 299 obstack_sgrow (&muscle_obstack, "$"); \ [all …]
|
D | scan-code.l | 204 obstack_sgrow (&obstack_for_string, ref_tail_fields); 211 obstack_sgrow (&obstack_for_string, ref_tail_fields); 270 obstack_sgrow (&obstack_for_string, "]b4_dollar_dollar("); 272 obstack_sgrow (&obstack_for_string, ")["); 276 obstack_sgrow (&obstack_for_string, "]b4_at_dollar["); 454 obstack_sgrow (&msg_buf, id); in show_sub_messages() 455 obstack_sgrow (&msg_buf, tail); in show_sub_messages() 463 obstack_sgrow (&msg_buf, var->id); in show_sub_messages() 464 obstack_sgrow (&msg_buf, tail); in show_sub_messages() 771 obstack_sgrow (&obstack_for_string, "]b4_lhs_value("); in handle_action_dollar() [all …]
|
D | scan-code.c | 1245 obstack_sgrow (&obstack_for_string, ref_tail_fields); 1256 obstack_sgrow (&obstack_for_string, ref_tail_fields); 1354 obstack_sgrow (&obstack_for_string, "]b4_dollar_dollar("); 1356 obstack_sgrow (&obstack_for_string, ")["); 1364 obstack_sgrow (&obstack_for_string, "]b4_at_dollar["); 2643 obstack_sgrow (&msg_buf, id); in show_sub_messages() 2644 obstack_sgrow (&msg_buf, tail); in show_sub_messages() 2652 obstack_sgrow (&msg_buf, var->id); in show_sub_messages() 2653 obstack_sgrow (&msg_buf, tail); in show_sub_messages() 2960 obstack_sgrow (&obstack_for_string, "]b4_lhs_value("); in handle_action_dollar() [all …]
|
D | graphviz.c | 150 obstack_sgrow (out, ", "); in print_token() 151 obstack_sgrow (out, q); in print_token()
|
D | muscle-tab.h | 60 obstack_sgrow (&muscle_obstack, Value); \
|
D | output.c | 77 obstack_sgrow (&format_obstack, "\n "); \ 180 obstack_sgrow (&format_obstack, "\n "); in prepare_symbols() 192 obstack_sgrow (&format_obstack, " ]b4_null["); in prepare_symbols()
|
D | conflicts.c | 137 obstack_sgrow (&solved_conflicts_obstack, ".\n"); in log_resolution() 209 obstack_sgrow (&solved_conflicts_xml_obstack, "</resolution>\n"); in log_resolution()
|
/external/bison/ |
D | ChangeLog-2012 | 22316 (obstack_sgrow): this. Be ready to work with non literals.
|