Searched refs:turns (Results 1 – 25 of 235) sorted by relevance
12345678910
| /netbsd/src/games/sail/ |
| D | game.c | 48 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/ |
| D | move.c | 627 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/ |
| D | main.c | 78 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()
|
| D | extern.h | 63 extern int turns;
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-mips.texi | 152 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 …]
|
| D | c-ia64.texi | 98 This option turns off dependency violation checking. 101 This turns on debug output intended to help tracking down bugs in the dependency
|
| D | c-d10v.texi | 41 instruction. @samp{--no-gstabs-packing} turns instruction packing off if 43 default) turns instruction packing on even when @samp{--gstabs} is
|
| D | c-tilepro.texi | 141 assembler pseudo-op turns off this 142 warning. @code{.require_canonical_reg_names} turns it back on.
|
| D | c-tilegx.texi | 157 assembler pseudo-op turns off this 158 warning. @code{.require_canonical_reg_names} turns it back on.
|
| /netbsd/src/external/gpl3/gcc/dist/config/ |
| D | mh-cygwin | 2 # as GCC turns out to need that much more to pass all the limits-* tests.
|
| D | mh-mingw | 13 # as GCC turns out to need that much more to pass all the limits-* tests.
|
| /netbsd/src/external/gpl3/binutils/dist/config/ |
| D | mh-cygwin | 2 # as GCC turns out to need that much more to pass all the limits-* tests.
|
| D | mh-mingw | 12 # as GCC turns out to need that much more to pass all the limits-* tests.
|
| /netbsd/src/external/gpl3/gdb/dist/config/ |
| D | mh-cygwin | 2 # as GCC turns out to need that much more to pass all the limits-* tests.
|
| D | mh-mingw | 12 # as GCC turns out to need that much more to pass all the limits-* tests.
|
| /netbsd/src/tests/lib/libcurses/tests/ |
| D | echo | 3 # ours turns cbreak off when noecho is in effect, others don't..
|
| /netbsd/src/games/adventure/ |
| D | init.c | 124 int turns, lmwarn, iwest, knfloc, detail, /* various flags and variable 263 turns = 0; in linkdata()
|
| D | save.c | 506 {&turns, sizeof(turns)}, 618 &turns,
|
| D | done.c | 117 printf("possible %d using %d turns.\n", maxscore, turns); in done()
|
| D | hdr.h | 150 extern int turns, lmwarn, iwest, knfloc, detail, /* various flags and
|
| D | main.c | 179 turns++; in main() 180 if (demo && turns >= SHORT) in main()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/objects/ |
| D | README.md | 39 to the base name. !global turns this off. This construction
|
| /netbsd/src/share/man/tools/ |
| D | ignore | 791 turns 792 turns.
|
| /netbsd/src/games/fish/ |
| D | fish.instr | 6 We take turns asking each other for cards, but you can't ask me for a card
|
| /netbsd/src/external/bsd/tre/dist/m4/ |
| D | vl_prog_cc_warnings.m4 | 4 dnl if the first argument is nonempty, turns on flags which enforce and/or
|
12345678910