Searched refs:HACKDIR (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dnethack.sh4 HACKDIR=/usr/games/lib/nethackdir
5 export HACKDIR
6 HACK=$HACKDIR/nethack
9 # Since Nethack.ad is installed in HACKDIR, add it to XUSERFILESEARCHPATH
11 x) XUSERFILESEARCHPATH="$HACKDIR/%N.ad"
13 *) XUSERFILESEARCHPATH="$XUSERFILESEARCHPATH:$HACKDIR/%N.ad"
60 cd $HACKDIR
H A Dunixmain.c99 * The environment variable HACKDIR is overridden by a
103 if (!dir) dir = nh_getenv("HACKDIR");
424 # ifdef HACKDIR
425 && strcmp(dir, HACKDIR) /* and not the default? */
449 # ifdef HACKDIR
451 dir = HACKDIR;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dnethack.sh4 HACKDIR=/usr/games/lib/nethackdir
5 export HACKDIR
6 HACK=$HACKDIR/nethack
9 # Since Nethack.ad is installed in HACKDIR, add it to XUSERFILESEARCHPATH
11 x) XUSERFILESEARCHPATH="$HACKDIR/%N.ad"
13 *) XUSERFILESEARCHPATH="$XUSERFILESEARCHPATH:$HACKDIR/%N.ad"
60 cd $HACKDIR
H A Dunixmain.c99 * The environment variable HACKDIR is overridden by a
103 if (!dir) dir = nh_getenv("HACKDIR");
424 # ifdef HACKDIR
425 && strcmp(dir, HACKDIR) /* and not the default? */
449 # ifdef HACKDIR
451 dir = HACKDIR;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dconfig.h80 #ifndef HACKDIR /* override the default hackdir below */
81 # define HACKDIR "/boot/apps/NetHack" macro
113 # define HACKDIR "\\nethack" macro
202 # ifndef HACKDIR
203 #define HACKDIR "/fileserv/" macro
208 * If you define HACKDIR, then this will be the default playground;
211 # ifndef HACKDIR
212 # define HACKDIR "/usr/games/lib/nethackdir" macro
220 * Of course SECURE is meaningful only if HACKDIR is defined.
226 * simultaneously, define HACKDIR, SECUR
[all...]
H A Dvmsconf.h13 * HACKDIR can be overridden at run-time with the logical name HACKDIR, as in
29 #ifdef HACKDIR
30 # undef HACKDIR macro
38 #define HACKDIR Local_HACKDIR macro
H A Dconfig1.h86 # define HACKDIR "NetHack:" macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dconfig.h80 #ifndef HACKDIR /* override the default hackdir below */
81 # define HACKDIR "/boot/apps/NetHack" macro
113 # define HACKDIR "\\nethack" macro
202 # ifndef HACKDIR
203 #define HACKDIR "/fileserv/" macro
208 * If you define HACKDIR, then this will be the default playground;
211 # ifndef HACKDIR
212 # define HACKDIR "/usr/games/lib/nethackdir" macro
220 * Of course SECURE is meaningful only if HACKDIR is defined.
226 * simultaneously, define HACKDIR, SECUR
[all...]
H A Dvmsconf.h13 * HACKDIR can be overridden at run-time with the logical name HACKDIR, as in
29 #ifdef HACKDIR
30 # undef HACKDIR macro
38 #define HACKDIR Local_HACKDIR macro
H A Dconfig1.h86 # define HACKDIR "NetHack:" macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpcmain.c164 dir = nh_getenv("HACKDIR");
195 chdirx(HACKDIR, 1);
217 Strcpy(hackdir, HACKDIR);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpcmain.c164 dir = nh_getenv("HACKDIR");
195 chdirx(HACKDIR, 1);
217 Strcpy(hackdir, HACKDIR);

Completed in 92 milliseconds