Home
last modified time | relevance | path

Searched refs:turns (Results 1 – 25 of 56) sorted by relevance

123

/dragonfly/games/sail/
HDgame.c48 int turns; in maxturns() local
50 turns = ship->specs->ta; in maxturns()
51 *af = (ship->file->drift > 1 && turns); in maxturns()
53 turns--; in maxturns()
55 turns = 0; in maxturns()
57 return turns; in maxturns()
/dragonfly/games/rogue/
HDmove.c620 short crow = rogue.row, ccol = rogue.col, turns = 0; in turn_passage() local
624 turns++; in turn_passage()
628 turns++; in turn_passage()
632 turns++; in turn_passage()
636 turns++; in turn_passage()
639 if (turns == 1) { in turn_passage()
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-mips.texi152 turns off this option.
158 turns off this option. This is equivalent to putting @code{.set nomicromips}
167 @samp{-mno-smartmips} turns off this option.
173 @samp{-no-mips3d} turns off this option.
179 @samp{-no-mdmx} turns off this option.
185 @samp{-mno-dsp} turns off this option.
192 @samp{-mno-dspr2} turns off this option.
199 @samp{-mno-dspr3} turns off this option.
205 @samp{-mno-mt} turns off this option.
211 @samp{-mno-mcu} turns off this option.
[all …]
HDc-ia64.texi98 This option turns off dependency violation checking.
101 This turns on debug output intended to help tracking down bugs in the dependency
HDc-d10v.texi41 instruction. @samp{--no-gstabs-packing} turns instruction packing off if
43 default) turns instruction packing on even when @samp{--gstabs} is
HDc-tilepro.texi141 assembler pseudo-op turns off this
142 warning. @code{.require_canonical_reg_names} turns it back on.
HDc-tilegx.texi157 assembler pseudo-op turns off this
158 warning. @code{.require_canonical_reg_names} turns it back on.
HDc-mmix.texi41 The @samp{--gnu-syntax} turns off most syntax compatibility with
52 @samp{--no-predefined-syms}. This turns off built-in predefined
55 ``system calls''. It also turns off predefined special-register names,
/dragonfly/games/adventure/
HDinit.c116 int turns, lmwarn, iwest, knfloc, detail, /* various flags and variable
255 turns = 0; in linkdata()
HDsave.c498 {&turns, sizeof(turns)},
610 &turns,
HDdone.c109 printf("possible %d using %d turns.\n", maxscore, turns); in done()
HDhdr.h152 extern int turns, lmwarn, iwest, knfloc, detail, /* various flags and
HDmain.c166 turns++; in main()
167 if (demo && turns >= SHORT) in main()
/dragonfly/contrib/smbfs/
HDconfig.mk.in27 # This turns on debug logging, be careful - it produces a lot of kernel
/dragonfly/games/fish/
HDfish.instr6 We take turns asking each other for cards, but you can't ask me for a card
/dragonfly/contrib/awk/
HDREADME.md27 The option `--csv` turns on CSV processing of input:
/dragonfly/contrib/cvs-1.12/contrib/
HDcvs_acls.in46 -d turns on debug information
/dragonfly/usr.bin/window/
HDREADME50 Ok, there's another one, STR_DEBUG. It turns on consistency checks
/dragonfly/sys/dev/disk/isp/
HDHardware.txt130 Vendor: (this is the one exception I'll make because it turns out to be
HDDriverManual.txt210 This turns out to be a pretty good assumption. All of the Open Source
409 The external target mode handler then turns around forms up a response
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
HDsync.md209 /* Note that while we could perform a cmpxchg8b loop, that turns
HDi386-builtin-types.def10 # At present, that's all that's required; revisit if it turns out
/dragonfly/games/cribbage/
HDcribbage.n66 contain at least four cards. Dealer turns up the top card of the lower
/dragonfly/sys/conf/
HDoptions673 # This options turns TPM into entropy source.
/dragonfly/bin/sh/
HDTOUR78 tions (the latter turns on job control) require changes in signal

123