Home
last modified time | relevance | path

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

/netbsd-src/games/gomoku/
H A Dmain.c72 static FILE *inputfp; /* file for debug input */ variable
160 if (argc == 1 && (inputfp = fopen(*argv, "r")) == NULL) in parse_args()
290 curmove = readinput(inputfp); in main_game_loop()
361 if (inputfp == NULL && test == NORMAL_PLAY) in main()
368 if (inputfp != NULL) { in main()