Searched refs:roll (Results 1 - 25 of 25) sorted by relevance

/openbsd-current/games/mille/
H A Droll.c1 /* $OpenBSD: roll.c,v 1.9 2016/01/08 18:09:59 mestre Exp $ */
2 /* $NetBSD: roll.c,v 1.4 1995/03/24 05:02:07 cgd Exp $ */
40 * @(#)roll.c 1.1 (Berkeley) 4/1/82
45 roll(int ndie, int nsides) function
H A DMakefile5 roll.c save.c types.c varpush.c
H A Dmille.h239 int roll(int, int);
H A Dcomp.c142 card = (Topcard - Deck) - roll(1, 10);
/openbsd-current/games/monop/
H A Droll.c1 /* $OpenBSD: roll.c,v 1.7 2016/01/08 18:20:33 mestre Exp $ */
2 /* $NetBSD: roll.c,v 1.5 1995/03/23 08:35:13 cgd Exp $ */
39 roll(int ndie, int nsides) function
H A DMakefile5 print.c prop.c rent.c roll.c spec.c trade.c
H A Dmonop.h69 #define lucky(str) printf("%s%s\n",str,lucky_mes[roll(1,num_luck)-1])
193 /* roll.c */
194 int roll(int, int);
H A Drent.c77 rnt = roll(2, 6);
79 printf("rent is 10 * roll (%d) = %d\n", rnt, rnt * 10);
83 printf("rent is 4 * roll (%d) = %d\n", rnt, rnt * 4);
H A Dmonop.c137 printf("%s (%d) rolls %d\n", play[i].name, i+1, rl=roll(2, 6));
H A Dcards.c105 r1 = roll(1, dp->num_cards) - 1;
106 r2 = roll(1, dp->num_cards) - 1;
H A Dexecute.c99 printf("roll is %d, %d\n", r1 = roll(1, 6), r2 = roll(1, 6));
/openbsd-current/lib/libc/arch/i386/gen/
H A Dfpsetround.S23 roll $10,%edx
/openbsd-current/lib/libc/arch/amd64/gen/
H A Dfpsetround.S38 roll $10,%edx
45 roll $13,%edx
H A Dfpsetmask.S36 roll $7,%edi
/openbsd-current/games/backgammon/backgammon/
H A Dmain.c42 "Enter a space or newline to roll, or",
74 static const char unable[] = " is unable to use that roll.\n";
171 /* initial roll if needed */
173 roll();
175 /* perform ritual of first roll */
179 roll();
223 /* reprint roll */
291 case ' ': /* roll */
293 roll();
327 /* print roll */
[all...]
H A Dmove.c80 roll();
94 /* print roll */
142 int rval; /* value of roll */
/openbsd-current/games/backgammon/common_source/
H A Dback.h82 extern int raflag; /* 'roll again' flag for recovered game */
163 void roll(void);
H A Dsubs.c78 printw("Red's roll: ");
80 printw("White's roll: ");
284 roll(void) function
/openbsd-current/games/sail/
H A Dassorted.c42 int roll)
65 tp = &(rig ? RigTable : HullTable)[hittable][roll-1];
160 if (roll == 6 && rig) {
187 } else if (roll == 6) {
41 table(int rig, int shot, int hittable, struct ship *on, struct ship *from, int roll) argument
H A Dpl_3.c51 int roll; local
172 roll = die();
180 [hit][roll-1];
192 table(shootat, load, hit, closest, ms, roll);
/openbsd-current/lib/libcurses/tty/
H A Dlib_mvcur.c1182 roll(int n) function
1340 int from_y = roll(lines);
1341 int to_y = roll(lines);
1342 int from_x = roll(columns);
1343 int to_x = roll(columns);
1348 mvcur(roll(lines), roll(columns), roll(lines), roll(columns));
/openbsd-current/sys/arch/i386/i386/
H A Din_cksum.s85 roll $8, %eax ; \
89 roll %cl, %eax
/openbsd-current/usr.sbin/zic/
H A Dzic.c362 static char roll[TZ_MAX_LEAPS]; variable
1602 if (roll[i]) {
2211 roll[j] = roll[j - 1];
2215 roll[i] = rolling;
/openbsd-current/gnu/usr.bin/perl/
H A Dconfigure.com6507 $ WC "i_dirent='undef'" ! we roll our own
6917 $ WC "d_readdir_r='define'" ! always defined; we roll our own
6973 $ WC "readdir_r_proto='REENTRANT_PROTO_I_TSR'" ! always defined; we roll our own
H A Dconfig_h.SH2533 * roll your own.
2538 * roll your own.

Completed in 165 milliseconds