Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/byacc/
H A Dmain.c62 static char *graph_file_name; variable
169 DO_FREE(graph_file_name); in done()
651 CREATE_FILE_NAME(graph_file_name, GRAPH_SUFFIX); in create_file_names()
824 graph_file = fopen(graph_file_name, "w"); in open_files()
826 open_error(graph_file_name); in open_files()