Home
last modified time | relevance | path

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

/dports/games/gnuchess/gnuchess-6.2.9/src/frontend/
H A Dlexpgn.h19 extern char *pgn_round;
H A Dpgn.cc89 fprintf (fp, "[Round \"%s\"]\n", NULL2EMPTY(pgn_round)); in PGNSaveToFile()
H A Dlexpgn.ll85 char *pgn_round;
304 pgn_round = strdup(yytext);
H A Dinit.cc451 pgn_date = pgn_round = pgn_white = pgn_black = in InitVars()
H A Dlexpgn.cc2208 char *pgn_round; variable
2749 pgn_round = strdup(yytext);
/dports/games/crafty/crafty-25.2_1/
H A Dannotate.c207 fprintf(annotate_out, "[Round \"%s\"]%s\n", pgn_round, html_br); in Annotate()
237 pgn_round, html_br); in Annotate()
H A Ddata.h57 extern char pgn_round[128];
H A Doption.c2275 pgn_round[0] = 0; in Option()
2276 strcpy(pgn_round, args[2]); in Option()
2754 fprintf(output_file, "[Round \"%s\"]\n", pgn_round); in Option()
3569 printf("[Round \"%s\"]\n", pgn_round); in Option()
H A Ddata.c465 char pgn_round[128] = {"?"}; variable
H A Dutility.c1980 strcpy(pgn_round, value); in ReadPGN()