Searched refs:LOGFILE (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dvmsconf.h50 #undef LOGFILE macro
51 #define LOGFILE "logfile;0" /* optional file (records all games) */ macro
H A Dconfig.h138 * Commenting out WIZARD, LOGFILE, NEWS or PANICLOG removes that
140 * name. LOGFILE, NEWS and PANICLOG refer to files in the
153 #define LOGFILE "logfile" /* larger file for debugging purposes */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dvmsconf.h50 #undef LOGFILE macro
51 #define LOGFILE "logfile;0" /* optional file (records all games) */ macro
H A Dconfig.h138 * Commenting out WIZARD, LOGFILE, NEWS or PANICLOG removes that
140 * name. LOGFILE, NEWS and PANICLOG refer to files in the
153 #define LOGFILE "logfile" /* larger file for debugging purposes */ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c255 #ifdef LOGFILE
257 #endif /* LOGFILE */
341 #ifdef LOGFILE /* used for debugging (who dies of what, where) */
342 if (lock_file(LOGFILE, SCOREPREFIX, 10)) {
343 if(!(lfile = fopen_datafile(LOGFILE, "a", SCOREPREFIX))) {
349 unlock_file(LOGFILE);
351 #endif /* LOGFILE */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c255 #ifdef LOGFILE
257 #endif /* LOGFILE */
341 #ifdef LOGFILE /* used for debugging (who dies of what, where) */
342 if (lock_file(LOGFILE, SCOREPREFIX, 10)) {
343 if(!(lfile = fopen_datafile(LOGFILE, "a", SCOREPREFIX))) {
349 unlock_file(LOGFILE);
351 #endif /* LOGFILE */

Completed in 50 milliseconds