Home
last modified time | relevance | path

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

/dports/games/gnuchess/gnuchess-6.2.9/src/frontend/
H A Dpgn.cc80 fprintf (fp, "[Site \"%s\"]\n", NULL2EMPTY(pgn_site)); in PGNSaveToFile()
203 … pgn_result != NULL ? pgn_result : "Unknown", pgn_site != NULL ? pgn_site : "Unknown", in PGNReadFromFile()
H A Dlexpgn.h17 extern char *pgn_site;
H A Dlexpgn.ll83 char *pgn_site;
296 pgn_site = strdup(yytext);
H A Dinit.cc450 pgn_event = pgn_site = in InitVars()
H A Dlexpgn.cc2206 char *pgn_site; variable
2741 pgn_site = strdup(yytext);
/dports/games/crafty/crafty-25.2_1/
H A Doption.c2269 pgn_site[0] = 0; in Option()
2271 strcpy(pgn_site + strlen(pgn_site), args[i]); in Option()
2272 strcpy(pgn_site + strlen(pgn_site), " "); in Option()
2750 fprintf(output_file, "[Site \"%s\"]\n", pgn_site); in Option()
3566 printf("[Site \"%s\"]\n", pgn_site); in Option()
H A Dannotate.c205 fprintf(annotate_out, "[Site \"%s\"]%s\n", pgn_site, html_br); in Annotate()
235 fprintf(annotate_out, "{\\em %s, %s}%s\n", pgn_site, pgn_date, html_br); in Annotate()
H A Ddata.h58 extern char pgn_site[128];
H A Ddata.c463 char pgn_site[128] = {"?"}; variable
H A Dutility.c1978 strcpy(pgn_site, value); in ReadPGN()