Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dannotate.c209 fprintf(annotate_out, "[WhiteElo \"%s\"]%s\n", pgn_white_elo, html_br); in Annotate()
234 pgn_white_elo, pgn_black, pgn_black_elo, html_br); in Annotate()
H A Ddata.h60 extern char pgn_white_elo[128];
H A Doption.c2284 pgn_white_elo[0] = 0; in Option()
2285 strcpy(pgn_white_elo, args[2]); in Option()
2756 fprintf(output_file, "[WhiteElo \"%s\"]\n", pgn_white_elo); in Option()
3571 printf("[WhiteElo \"%s\"]\n", pgn_white_elo); in Option()
H A Ddata.c467 char pgn_white_elo[128] = {""}; variable
H A Dutility.c1984 strcpy(pgn_white_elo, value); in ReadPGN()