Home
last modified time | relevance | path

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

/dflybsd-src/games/gomoku/
H A Dmain.c60 static FILE *debugfp; /* file for debug output */ variable
115 if ((debugfp = fopen(optarg, "w")) == NULL) in main()
505 if (debugfp) in debuglog()
506 fprintf(debugfp, "%s\n", buf); in debuglog()
523 if (debugfp) in misclog()
524 fprintf(debugfp, "%s\n", buf); in misclog()