HomeSort by: relevance | last modified time | path
    Searched defs:roll (Results 1 - 12 of 12) 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
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
  /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
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
  /src/games/backgammon/common_source/
subs.c 149 writel("Red's roll: ");
151 writel("White's roll: ");
439 roll(struct move *mm) function
453 writel("ROLL: ");
subs.c 149 writel("Red's roll: ");
151 writel("White's roll: ");
439 roll(struct move *mm) function
453 writel("ROLL: ");
  /src/games/sail/
pl_3.c 57 int roll; local
179 roll = dieroll();
187 [hit][roll-1];
199 table(ms, closest, shootat, load, hit, roll);
pl_3.c 57 int roll; local
179 roll = dieroll();
187 [hit][roll-1];
199 table(ms, closest, shootat, load, hit, roll);
  /src/external/bsd/ntp/dist/libntp/lib/isc/
log.c 1324 isc_boolean_t roll = ISC_FALSE; local
1347 roll = regular_file;
1357 if (result == ISC_R_SUCCESS && roll) {
log.c 1324 isc_boolean_t roll = ISC_FALSE; local
1347 roll = regular_file;
1357 if (result == ISC_R_SUCCESS && roll) {
  /src/lib/libc/time/
zic.c 427 /* Expires lines are like Leap lines, except without CORR and ROLL fields. */
564 static char roll[TZ_MAX_LEAPS]; variable
3033 if (roll[i]) {
3846 memmove(&roll[i + 1], &roll[i], (leapcnt - i) * sizeof *roll);
3849 roll[i] = rolling;
zic.c 427 /* Expires lines are like Leap lines, except without CORR and ROLL fields. */
564 static char roll[TZ_MAX_LEAPS]; variable
3033 if (roll[i]) {
3846 memmove(&roll[i + 1], &roll[i], (leapcnt - i) * sizeof *roll);
3849 roll[i] = rolling;

Completed in 67 milliseconds