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

  /src/games/monop/
spec.c 109 * draw chance card
112 chance(void) function in typeref:typename:void
monop.h 60 #define CHANCE 5 /* chance (surprise!!!) */
217 void chance(void);
execute.c 160 case CHANCE:
161 chance();
  /src/usr.sbin/sysinst/arch/atari/
msg.md.en 53 First you get the chance to edit or create an AHDI compatible partitioning on
  /src/games/backgammon/backgammon/
move.c 64 static int ch; /* chance of being hit */
68 static int frc; /* chance to free comp's men */
69 static int frp; /* chance to free pl's men */
72 static int chance; /* chance of being hit */ variable in typeref:typename:int
79 static int oldfrc; /* chance to free comp's men */
80 static int oldfrp; /* chance to free pl's men */
474 chance = ch;
531 if (abs(chance - ch) + 25 * n > rnum(150))
532 return (n ? (n < 0) : (ch < chance));
    [all...]
  /src/games/wump/
wump.c 408 int chance, next, roomcnt; local in function:shoot
470 chance = random() % 10;
471 if (roomcnt == 3 && chance < 2) {
476 } else if (roomcnt == 4 && chance < 6) {
  /src/usr.bin/make/unit-tests/
job-output-null.mk 34 # Give the parent process a chance to see the above output, but not
varmod-ifelse.mk 150 # change has a high chance of breaking _some_ existing code and would need
  /src/distrib/atari/floppies/prepare/
install.md 74 First you get the chance to edit or create an AHDI compatible partitioning on
  /src/distrib/sparc/
install.md 68 # Bleh. Give mount_mfs a chance to DTRT.
  /src/sys/arch/hp300/hp300/
locore.s 813 jeq Lnotim1 | minimize chance of losing another
  /src/sys/arch/mac68k/mac68k/
locore.s 789 jbsr _C_LABEL(mrg_VBLQueue) | give programs in the VBLqueue a chance

Completed in 48 milliseconds