Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dannotate.c75 FILE *annotate_in, *annotate_out; in Annotate() local
116 annotate_in = fopen(args[1], "r"); in Annotate()
117 if (annotate_in == NULL) { in Annotate()
175 read_status = ReadPGN(annotate_in, 0); in Annotate()
199 read_status = ReadPGN(annotate_in, 0); in Annotate()
441 read_status = ReadPGN(annotate_in, 1); in Annotate()
483 read_status = ReadPGN(annotate_in, 1); in Annotate()
527 if (annotate_in) in Annotate()
528 fclose(annotate_in); in Annotate()