HomeSort by: relevance | last modified time | path
    Searched refs:notes (Results 1 - 25 of 25) sorted by relevancy

  /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
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/distrib/acorn32/
Makefile 10 ${RELEASE_INSTALL} ${DISTRIBDIR}/notes/acorn32/prep.RISCOS \
  /src/sys/arch/i386/conf/
kern.ldscript.Xen 81 } :notes
87 notes PT_NOTE;
  /src/sys/arch/amd64/conf/
kern.ldscript.Xen 86 } :notes
92 notes PT_NOTE;
  /src/distrib/mac68k/miniroot/
install.md 136 notes, and a calculator handy.
  /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/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/usr.sbin/sysinst/
msg.mi.en 483 sets. As noted in your INSTALL notes, you have several options. For
  /src/share/mk/
bsd.own.mk 59 # distrib/notes/${RELEASEMACHINE}
  /src/sys/arch/m68k/060sp/dist/
fpsp.s 6822 # Notes: This will always generate one exception -- inexact. #
6833 # Notes: The usual case should take the branches 1.1 -> 1.3 -> 2.#
6858 # Notes: The calculation in 2.2 is really performed by #
6877 # Notes: a) The way L1 and L2 are chosen ensures L1+L2 #
6901 # Notes: a) In order to reduce memory access, the coefficients #
6917 # Notes: 2^(J/64) is stored as T and t where T+t approximates #
6932 # Notes: If AdjFlag = 0, we have X = Mlog2 + Jlog2/64 + R, #
6950 # Notes: For non-zero X, the inexact exception will always be #
6970 # Notes: Refer to notes for 2.2 - 2.6.
    [all...]
fplsp.s 6716 # Notes: This will always generate one exception -- inexact. #
6727 # Notes: The usual case should take the branches 1.1 -> 1.3 -> 2.#
6752 # Notes: The calculation in 2.2 is really performed by #
6771 # Notes: a) The way L1 and L2 are chosen ensures L1+L2 #
6795 # Notes: a) In order to reduce memory access, the coefficients #
6811 # Notes: 2^(J/64) is stored as T and t where T+t approximates #
6826 # Notes: If AdjFlag = 0, we have X = Mlog2 + Jlog2/64 + R, #
6844 # Notes: For non-zero X, the inexact exception will always be #
6864 # Notes: Refer to notes for 2.2 - 2.6.
    [all...]

Completed in 67 milliseconds