Home
last modified time | relevance | path

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

/dports/games/gnuchess/gnuchess-6.2.9/src/frontend/
H A Dpgn.cc82 if (pgn_date) in PGNSaveToFile()
83 fprintf(fp,"[Date \"%s\"]\n", pgn_date); in PGNSaveToFile()
204 pgn_date != NULL ? pgn_date : "Unknown"); in PGNReadFromFile()
H A Dlexpgn.h18 extern char *pgn_date;
H A Dlexpgn.ll84 char *pgn_date;
300 pgn_date = strdup(yytext);
H A Dinit.cc451 pgn_date = pgn_round = pgn_white = pgn_black = in InitVars()
H A Dlexpgn.cc2207 char *pgn_date; variable
2745 pgn_date = strdup(yytext);
/dports/games/crafty/crafty-25.2_1/
H A Dannotate.c206 fprintf(annotate_out, "[Date \"%s\"]%s\n", pgn_date, html_br); in Annotate()
235 fprintf(annotate_out, "{\\em %s, %s}%s\n", pgn_site, pgn_date, html_br); in Annotate()
H A Ddata.h56 extern char pgn_date[128];
H A Ddata.c464 char pgn_date[128] = {"????.??.??"}; variable
H A Dutility.c1982 strcpy(pgn_date, value); in ReadPGN()