Home
last modified time | relevance | path

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

/netbsd-src/games/gomoku/
H A Dmain.c71 static FILE *debugfp; /* file for debug output */ variable
143 if ((debugfp = fopen(optarg, "w")) == NULL) in parse_args()
616 if (debugfp != NULL) in debuglog()
617 fprintf(debugfp, "%s\n", buf); in debuglog()
634 if (debugfp != NULL) in misclog()
635 fprintf(debugfp, "%s\n", buf); in misclog()