Home | History | Annotate | Download | only in monop

Lines Matching refs:JAIL

1 /*	$NetBSD: jail.c,v 1.10 2012/06/19 05:35:32 dholland Exp $	*/
35 static char sccsid[] = "@(#)jail.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: jail.c,v 1.10 2012/06/19 05:35:32 dholland Exp $");
44 * This routine uses a get-out-of-jail-free card to get the
45 * player out of jail.
50 if (cur_p->loc != JAIL) {
51 printf("But you're not IN Jail\n");
55 printf("But you don't HAVE a get out of jail free card\n");
64 * This routine deals with paying your way out of jail.
69 if (cur_p->loc != JAIL) {
70 printf("But you're not IN Jail\n");
80 * This routine deals with a move in jail
108 if (cur_p->loc != JAIL)
122 printf(" turn in JAIL)\n");