OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:debugfp
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/gomoku/
main.c
71
static FILE *
debugfp
; /* file for debug output */
variable
143
if ((
debugfp
= fopen(optarg, "w")) == NULL)
616
if (
debugfp
!= NULL)
617
fprintf(
debugfp
, "%s\n", buf);
634
if (
debugfp
!= NULL)
635
fprintf(
debugfp
, "%s\n", buf);
Completed in 17 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026