Home | History | Annotate | Download | only in src

Lines Matching full:fgraph

140 print_actions (state const *s, FILE *fgraph)
165 style, fgraph);
168 output_red (s, s->reductions, fgraph);
173 | Output in FGRAPH the current node specifications and exiting |
178 print_state (state *s, FILE *fgraph)
186 output_node (s->number, obstack_finish (&node_obstack), fgraph);
190 print_actions (s, fgraph);
199 FILE *fgraph = xfopen (spec_graph_file, "w");
200 start_graph (fgraph);
205 print_state (states[i], fgraph);
208 finish_graph (fgraph);
209 xfclose (fgraph);