Home
last modified time | relevance | path

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

/dports/games/gnuchess/gnuchess-6.2.9/src/frontend/
H A Dpgn.cc91 if (pgn_white) in PGNSaveToFile()
92 fprintf (fp, "[White \"%s\"]\n", pgn_white); in PGNSaveToFile()
106 fprintf (fp, "[WhiteELO \"%s\"]\n", NULL2EMPTY(pgn_white)); in PGNSaveToFile()
201pgn_white != NULL ? pgn_white : "Unknown", pgn_whiteELO != NULL ? pgn_whiteELO : "Unknown", in PGNReadFromFile()
H A Dlexpgn.h20 extern char *pgn_white;
H A Dlexpgn.ll86 char *pgn_white;
233 pgn_white = strdup(yytext);
H A Dinit.cc451 pgn_date = pgn_round = pgn_white = pgn_black = in InitVars()
H A Dlexpgn.cc2209 char *pgn_white; variable
2678 pgn_white = strdup(yytext);
/dports/games/crafty/crafty-25.2_1/
H A Doption.c786 if (strncmp(pgn_white, "Crafty", 6)) { in Option()
787 strcpy(temp, pgn_white); in Option()
788 strcpy(pgn_white, pgn_black); in Option()
793 strcpy(temp, pgn_white); in Option()
794 strcpy(pgn_white, pgn_black); in Option()
1765 strcpy(pgn_white, args[1]); in Option()
1769 sprintf(pgn_white, "Crafty %s", version); in Option()
2278 pgn_white[0] = 0; in Option()
2280 strcpy(pgn_white + strlen(pgn_white), args[i]); in Option()
2281 strcpy(pgn_white + strlen(pgn_white), " "); in Option()
[all …]
H A Dannotate.c208 fprintf(annotate_out, "[White \"%s\"]%s\n", pgn_white, html_br); in Annotate()
233 fprintf(annotate_out, "\\textbf{\\sc %s %s -- %s %s}%s\n", pgn_white, in Annotate()
256 if (strstr(pgn_white, pname)) in Annotate()
H A Ddata.h59 extern char pgn_white[128];
H A Ddata.c466 char pgn_white[128] = {"unknown"}; variable
H A Dutility.c1986 strcpy(pgn_white, value); in ReadPGN()