HomeSort by: relevance | last modified time | path
    Searched defs:roll (Results 1 - 5 of 5) sorted by relevancy

  /src/games/mille/
roll.c 1 /* $NetBSD: roll.c,v 1.9 2009/05/25 23:34:50 dholland Exp $ */
35 static char sccsid[] = "@(#)roll.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: roll.c,v 1.9 2009/05/25 23:34:50 dholland Exp $");
46 * @(#)roll.c 1.1 (Berkeley) 4/1/82
51 roll(int ndie, int nsides) function in typeref:typename:int
  /src/games/monop/
roll.c 1 /* $NetBSD: roll.c,v 1.14 2012/06/19 05:35:32 dholland Exp $ */
35 static char sccsid[] = "@(#)roll.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: roll.c,v 1.14 2012/06/19 05:35:32 dholland Exp $");
50 roll(int ndie, int nsides) function in typeref:typename:int
  /src/games/sail/
pl_3.c 57 int roll; local in function:acceptcombat
179 roll = dieroll();
187 [hit][roll-1];
199 table(ms, closest, shootat, load, hit, roll);
  /src/games/backgammon/common_source/
subs.c 149 writel("Red's roll: ");
151 writel("White's roll: ");
439 roll(struct move *mm) function in typeref:typename:void
453 writel("ROLL: ");
  /src/lib/libc/time/
zic.c 326 /* Expires lines are like Leap lines, except without CORR and ROLL fields. */
463 static char roll[TZ_MAX_LEAPS]; variable in typeref:typename:char[]
2786 if (roll[i]) {
3599 memmove(&roll[i + 1], &roll[i], (leapcnt - i) * sizeof *roll);
3602 roll[i] = rolling;

Completed in 15 milliseconds