HomeSort by: relevance | last modified time | path
    Searched refs:turns (Results 1 - 23 of 23) sorted by relevancy

  /src/games/sail/
game.c 48 int turns; local
50 turns = ship->specs->ta;
51 *af = (ship->file->drift > 1 && turns);
53 turns--;
55 turns = 0;
57 return turns;
  /src/games/rogue/
move.c 627 short crow = rogue.row, ccol = rogue.col, turns = 0; local
631 turns++;
635 turns++;
639 turns++;
643 turns++;
646 if (turns == 1) {
  /src/usr.bin/systat/
main.c 78 int turns = 2; /* stay how many refresh-turns in 'all' mode? */ variable
124 if ((turns = atoi(optarg)) <= 0)
125 errx(EXIT_FAILURE, "turns <= 0.");
256 "[-t turns]\n\t\t[display] [refresh-interval]\n", getprogname());
317 if (allcounter >= turns){
extern.h 63 extern int turns;
  /src/games/adventure/
done.c 117 printf("possible %d using %d turns.\n", maxscore, turns);
hdr.h 150 extern int turns, lmwarn, iwest, knfloc, detail, /* various flags and
init.c 124 int turns, lmwarn, iwest, knfloc, detail, /* various flags and variable
263 turns = 0;
save.c 507 {&turns, sizeof(turns)},
619 &turns,
main.c 179 turns++;
180 if (demo && turns >= SHORT)
  /src/usr.bin/make/unit-tests/
modmisc.mk 46 # The :U modifier turns even the "" variable into something that has a value.
varmod-shell.mk 13 # The :!cmd! modifier turns an undefined expression into a defined one.
cond-cmp-string.mk 28 # undefined expression turns it into a defined expression.
cond-token-var.mk 49 # The :U modifier turns an undefined expression into a defined expression.
parse-var.mk 113 # The inner ':S' modifier turns the word '{}' into '{{}'.
var-op-assign.mk 43 # a :!...! modifier that executes a shell command. The :!...! modifier turns
var-op-sunsh.mk 84 # ':sh' turns the assignment operator into the shell command evaluation.
var-op-expand.mk 232 # lowercase, which turns 'S' into 's', thus producing an unknown modifier.
var-scope-local.mk 120 # variables but use the modifier ':L', which turns an undefined expression
varmod-indirect.mk 238 # A direct modifier ':U' turns the expression from undefined to defined.
varmod-loop.mk 202 # not '\$'. In the following example, each '$$' turns into a single '$',
  /src/sys/arch/mips/mips/
locore_mips1.S 970 xor t0, a1 # turns off the FPU & ints on
  /src/sys/arch/sparc/sparc/
locore.s 5768 nop; nop ! 3-instr delay until ET turns off
  /src/sys/arch/sparc64/sparc64/
locore.s 1308 .word 1, 1 ! Starts disabled. DDB turns it on.

Completed in 57 milliseconds