/src/games/battlestar/ |
battlestar.c | 75 if (notes[LAUNCHED]) 81 if (!notes[CANTSEE] || testbit(inven, LAMPON) ||
|
command1.c | 49 if ((!notes[CANTMOVE] && !notes[LAUNCHED]) || 51 (fuel > 0 && notes[LAUNCHED])) { 63 if (notes[CANTMOVE] && !notes[LAUNCHED]) { 171 notes[CANTSEE] = 1; 178 notes[CANTSEE] = 0; 247 notes[CANTMOVE] = 1; 249 notes[CANTMOVE] = 0; 273 notes[LAUNCHED] = 0 [all...] |
command6.c | 49 if (testbit(location[position].objects, VIPER) && !notes[CANTLAUNCH]) { 53 notes[LAUNCHED] = 1; 71 if (notes[LAUNCHED] && testbit(location[position].objects, LAND) && 73 notes[LAUNCHED] = 0;
|
command2.c | 163 notes[CANTSEE] = 0; 227 notes[JINXED]++; 240 notes[JINXED]++; 252 notes[JINXED]++; 263 notes[JINXED]++; 375 notes[CANTSEE] = 1;
|
command3.c | 51 if (!notes[DUG]) { 56 notes[DUG] = 1; 291 notes[JINXED]++; 307 notes[JINXED]++; 324 notes[JINXED]++; 354 notes[JINXED]++;
|
globals.c | 284 int notes[NUMOFNOTES]; variable in typeref:typename:int[]
|
save.c | 67 fread(notes, sizeof notes, 1, fp); 121 fwrite(notes, sizeof notes, 1, fp);
|
command5.c | 201 if (notes[LAUNCHED]) { 207 notes[LAUNCHED] = 0;
|
command7.c | 282 notes[JINXED]++;
|
extern.h | 201 /* notes */ 307 extern int notes[NUMOFNOTES];
|
cypher.c | 397 if (!notes[CANTSEE] || testbit(inven, LAMPON) ||
|
/src/distrib/ |
Makefile | 6 SUBDIR= notes .WAIT
|
/src/sys/arch/i386/conf/ |
kern.ldscript.Xen | 81 } :notes 87 notes PT_NOTE;
|
/src/distrib/acorn32/ |
Makefile | 10 ${RELEASE_INSTALL} ${DISTRIBDIR}/notes/acorn32/prep.RISCOS \
|
/src/sys/arch/amd64/conf/ |
kern.ldscript.Xen | 86 } :notes 92 notes PT_NOTE;
|
/src/distrib/alpha/instkernel/ramdisk/ |
Makefile | 26 INSTNOTESDIR!= cd ${DISTRIBDIR}/notes/alpha && ${PRINTOBJDIR}
|
/src/distrib/mac68k/instkernel/ramdisk/ |
Makefile | 25 NOTESOBJDIR!= cd ${DISTRIBDIR}/notes/mac68k && ${PRINTOBJDIR}
|
/src/distrib/mac68k/miniroot/ |
install.md | 136 notes, and a calculator handy.
|
/src/doc/ |
TODO.modules | 3 Some notes on the limitations of our current (as of 7.99.35) module
|
/src/distrib/acorn32/stand/ |
Makefile | 21 ${RELEASE_INSTALL} ${DISTRIBDIR}/notes/acorn32/prep.RISCOS \
|
/src/distrib/hp300/miniroot/ |
install.md | 484 notes, and a calculator handy.
|
/src/distrib/sun2/miniroot/ |
install.md | 153 manual, the installation notes, and a calculator handy.
|
/src/distrib/sun3/miniroot/ |
install.md | 153 manual, the installation notes, and a calculator handy.
|
/src/distrib/sparc/ |
install.md | 207 manual, the installation notes, and a calculator handy.
|
/src/distrib/amiga/miniroot/ |
install.md | 148 manual, the installation notes, and a calculator handy.
|