Home
last modified time | relevance | path

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

12345678910

/netbsd/src/games/sail/
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()
/netbsd/src/games/rogue/
Dmove.c627 short crow = rogue.row, ccol = rogue.col, turns = 0; in turn_passage() local
631 turns++; in turn_passage()
635 turns++; in turn_passage()
639 turns++; in turn_passage()
643 turns++; in turn_passage()
646 if (turns == 1) { in turn_passage()
/netbsd/src/usr.bin/systat/
Dmain.c78 int turns = 2; /* stay how many refresh-turns in 'all' mode? */ variable
124 if ((turns = atoi(optarg)) <= 0) in main()
317 if (allcounter >= turns){ in display()
Dextern.h63 extern int turns;
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-mips.texi152 turns off this option.
158 @samp{-mno-mips16e2} turns off this option.
164 @samp{-mno-micromips} turns off this option. This is equivalent to putting
173 @samp{-mno-smartmips} turns off this option.
179 @samp{-no-mips3d} turns off this option.
185 @samp{-no-mdmx} turns off this option.
191 @samp{-mno-dsp} turns off this option.
198 @samp{-mno-dspr2} turns off this option.
205 @samp{-mno-dspr3} turns off this option.
211 @samp{-mno-mt} turns off this option.
[all …]
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
Dc-d10v.texi41 instruction. @samp{--no-gstabs-packing} turns instruction packing off if
43 default) turns instruction packing on even when @samp{--gstabs} is
Dc-tilepro.texi141 assembler pseudo-op turns off this
142 warning. @code{.require_canonical_reg_names} turns it back on.
Dc-tilegx.texi157 assembler pseudo-op turns off this
158 warning. @code{.require_canonical_reg_names} turns it back on.
/netbsd/src/external/gpl3/gcc/dist/config/
Dmh-cygwin2 # as GCC turns out to need that much more to pass all the limits-* tests.
Dmh-mingw13 # as GCC turns out to need that much more to pass all the limits-* tests.
/netbsd/src/external/gpl3/binutils/dist/config/
Dmh-cygwin2 # as GCC turns out to need that much more to pass all the limits-* tests.
Dmh-mingw12 # as GCC turns out to need that much more to pass all the limits-* tests.
/netbsd/src/external/gpl3/gdb/dist/config/
Dmh-cygwin2 # as GCC turns out to need that much more to pass all the limits-* tests.
Dmh-mingw12 # as GCC turns out to need that much more to pass all the limits-* tests.
/netbsd/src/tests/lib/libcurses/tests/
Decho3 # ours turns cbreak off when noecho is in effect, others don't..
/netbsd/src/games/adventure/
Dinit.c124 int turns, lmwarn, iwest, knfloc, detail, /* various flags and variable
263 turns = 0; in linkdata()
Dsave.c506 {&turns, sizeof(turns)},
618 &turns,
Ddone.c117 printf("possible %d using %d turns.\n", maxscore, turns); in done()
Dhdr.h150 extern int turns, lmwarn, iwest, knfloc, detail, /* various flags and
Dmain.c179 turns++; in main()
180 if (demo && turns >= SHORT) in main()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/objects/
DREADME.md39 to the base name. !global turns this off. This construction
/netbsd/src/share/man/tools/
Dignore791 turns
792 turns.
/netbsd/src/games/fish/
Dfish.instr6 We take turns asking each other for cards, but you can't ask me for a card
/netbsd/src/external/bsd/tre/dist/m4/
Dvl_prog_cc_warnings.m44 dnl if the first argument is nonempty, turns on flags which enforce and/or

12345678910