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

1 2 3 4 5 6 7 8 910

  /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);
  /src/external/bsd/libevent/dist/test/
regress.rpc 21 array string notes = 4;
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress.rpc 21 array string notes = 4;
  /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/external/gpl3/binutils/dist/gas/
output-file.c 63 obstack_ptr_grow (&notes, &frchp->frch_obstack);
94 obstack_ptr_grow (&notes, NULL);
95 obs = obstack_finish (&notes);
stabs.c 194 and STABSTR_SECNAME are allocated in that order on the notes
229 obstack_free (&notes, stab_secname);
243 obstack_free (&notes, stab_secname);
265 happens to use the notes obstack. */
266 saved_string_obstack_end = obstack_next_free (&notes);
327 the notes obstack. */
328 if (saved_string_obstack_end == obstack_next_free (&notes))
330 obstack_free (&notes, string);
378 if (saved_string_obstack_end == obstack_next_free (&notes))
379 obstack_free (&notes, string)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
output-file.c 63 obstack_ptr_grow (&notes, &frchp->frch_obstack);
94 obstack_ptr_grow (&notes, NULL);
95 obs = obstack_finish (&notes);
stabs.c 194 and STABSTR_SECNAME are allocated in that order on the notes
229 obstack_free (&notes, stab_secname);
243 obstack_free (&notes, stab_secname);
269 happens to use the notes obstack. */
270 saved_string_obstack_end = obstack_next_free (&notes);
351 the notes obstack. */
352 if (saved_string_obstack_end == obstack_next_free (&notes))
354 obstack_free (&notes, string);
402 if (saved_string_obstack_end == obstack_next_free (&notes))
403 obstack_free (&notes, string)
    [all...]
  /src/sys/arch/amd64/conf/
kern.ldscript.Xen 86 } :notes
92 notes PT_NOTE;
  /src/external/mit/isl/dist/
isl_printer_private.h 22 * notes keeps track of arbitrary notes as a mapping between
24 * if there are no notes yet.
46 isl_id_to_id *notes; member in struct:isl_printer
  /src/external/gpl3/gcc/dist/contrib/
gennews 3 # Script to generate the NEWS file from online release notes.
59 automatically from the online release notes. It covers releases of GCC
  /src/external/gpl3/gcc.old/dist/contrib/
gennews 3 # Script to generate the NEWS file from online release notes.
57 automatically from the online release notes. It covers releases of GCC
  /src/distrib/mac68k/miniroot/
install.md 136 notes, and a calculator handy.
  /src/external/gpl2/groff/dist/contrib/mm/
NOTES 2 Id: NOTES,v 2.0 2000/09/14 03:40:24 jhaegg Exp
7 Implementation notes. (Or how to make your own national mm)
  /src/distrib/mac68k/instkernel/ramdisk/
Makefile 25 NOTESOBJDIR!= cd ${DISTRIBDIR}/notes/mac68k && ${PRINTOBJDIR}
  /src/distrib/alpha/instkernel/ramdisk/
Makefile 25 INSTNOTESDIR!= cd ${DISTRIBDIR}/notes/alpha && ${PRINTOBJDIR}
  /src/external/gpl3/gdb.old/dist/gdb/
tracepoint.h 147 /* "Notes" about the trace. This is an arbitrary string not
150 char *notes; member in struct:trace_status
393 extern void start_tracing (const char *notes);
394 extern void stop_tracing (const char *notes);

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 910