Home
last modified time | relevance | path

Searched refs:epd_file (Results 1 – 4 of 4) sorted by last modified time

/dports/games/gnuchess/gnuchess-6.2.9/src/adapter/
H A Depd.cpp95 const char * epd_file; in epd_test() local
97 epd_file = NULL; in epd_test()
98 my_string_set(&epd_file,"wac.epd"); in epd_test()
121 my_string_set(&epd_file,argv[i]); in epd_test()
164 epd_test_file(epd_file); in epd_test()
/dports/games/polyglot/polyglot-1.4.70b/
H A Depd.c79 const char * epd_file; in epd_test() local
81 epd_file = NULL; in epd_test()
82 my_string_set(&epd_file,"wac.epd"); in epd_test()
105 my_string_set(&epd_file,argv[i]); in epd_test()
152 epd_test_file(epd_file); in epd_test()
/dports/graphics/autotrace/autotrace-0.31.1/
H A DChangeLog1789 * output-epd.c: "ps_file"->"epd_file".
H A Doutput-epd.c43 fprintf (epd_file, "%s\n", s)
47 fprintf (epd_file, s, e)
50 fprintf (epd_file, s, e1, e2)
53 fprintf (epd_file, s, e1, e2, e3)
56 fprintf (epd_file, s, e1, e2, e3, e4)
59 #define OUT_STRING(s) fprintf (epd_file, "%s", s)
94 static int output_epd_header(FILE* epd_file, at_string name, in output_epd_header() argument
114 out_splines (FILE * epd_file, spline_list_array_type shape) in out_splines() argument
162 int output_epd_writer(FILE* epd_file, at_string name, in output_epd_writer() argument
171 result = output_epd_header(epd_file, name, llx, lly, urx, ury); in output_epd_writer()
[all …]