Home
last modified time | relevance | path

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

123

/dragonfly/games/sail/
H A Dgame.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/
H A Dmove.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/
H A Dc-mips.texi152 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.
205 @samp{-mno-mt} turns off this option.
211 @samp{-mno-mcu} turns off this option.
217 @samp{-mno-msa} turns off this option.
223 @samp{-mno-xpa} turns off this option.
229 @samp{-mno-virt} turns off this option.
[all …]
H A Dc-ia64.texi98 This option turns off dependency violation checking.
101 This turns on debug output intended to help tracking down bugs in the dependency
H A Dc-d10v.texi41 instruction. @samp{--no-gstabs-packing} turns instruction packing off if
43 default) turns instruction packing on even when @samp{--gstabs} is
H A Dc-tilepro.texi141 assembler pseudo-op turns off this
142 warning. @code{.require_canonical_reg_names} turns it back on.
H A Dc-tilegx.texi157 assembler pseudo-op turns off this
158 warning. @code{.require_canonical_reg_names} turns it back on.
H A Dc-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/
H A Dinit.c116 int turns, lmwarn, iwest, knfloc, detail, /* various flags and variable
255 turns = 0; in linkdata()
H A Dsave.c498 {&turns, sizeof(turns)},
610 &turns,
H A Ddone.c109 printf("possible %d using %d turns.\n", maxscore, turns); in done()
H A Dhdr.h152 extern int turns, lmwarn, iwest, knfloc, detail, /* various flags and
H A Dmain.c166 turns++; in main()
167 if (demo && turns >= SHORT) in main()
/dragonfly/contrib/smbfs/
H A Dconfig.mk.in27 # This turns on debug logging, be careful - it produces a lot of kernel
/dragonfly/games/fish/
H A Dfish.instr6 We take turns asking each other for cards, but you can't ask me for a card
/dragonfly/contrib/awk/
H A DREADME.md27 The option `--csv` turns on CSV processing of input:
/dragonfly/contrib/cvs-1.12/contrib/
H A Dcvs_acls.in46 -d turns on debug information
/dragonfly/usr.bin/window/
H A DREADME50 Ok, there's another one, STR_DEBUG. It turns on consistency checks
/dragonfly/sys/dev/disk/isp/
H A DHardware.txt130 Vendor: (this is the one exception I'll make because it turns out to be
H A DDriverManual.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/
H A Dsync.md209 /* Note that while we could perform a cmpxchg8b loop, that turns
H A Di386-builtin-types.def10 # At present, that's all that's required; revisit if it turns out
/dragonfly/games/cribbage/
H A Dcribbage.n66 contain at least four cards. Dealer turns up the top card of the lower
/dragonfly/bin/sh/
H A DTOUR78 tions (the latter turns on job control) require changes in signal
/dragonfly/sys/conf/
H A Doptions673 # This options turns TPM into entropy source.

123