Searched refs:graph_file_name (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/byacc/
H A Dmain.c61 static char *graph_file_name; variable
164 DO_FREE(graph_file_name);
477 CREATE_FILE_NAME(graph_file_name, GRAPH_SUFFIX);
641 graph_file = fopen(graph_file_name, "w");
643 open_error(graph_file_name);

Completed in 103 milliseconds