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

  /src/games/monop/
trade.c 1 /* $NetBSD: trade.c,v 1.16 2012/06/19 05:35:32 dholland Exp $ */
35 static char sccsid[] = "@(#)trade.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: trade.c,v 1.16 2012/06/19 05:35:32 dholland Exp $");
50 typedef struct trd_st TRADE;
56 static TRADE trades[2];
62 static void move_em(TRADE *, TRADE *);
65 trade(void) function in typeref:typename:void
77 printf("There ain't no-one around to trade WITH!!\n");
81 tradee = getinp("Which player do you wish to trade with? "
    [all...]
trade.c 1 /* $NetBSD: trade.c,v 1.16 2012/06/19 05:35:32 dholland Exp $ */
35 static char sccsid[] = "@(#)trade.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: trade.c,v 1.16 2012/06/19 05:35:32 dholland Exp $");
50 typedef struct trd_st TRADE;
56 static TRADE trades[2];
62 static void move_em(TRADE *, TRADE *);
65 trade(void) function in typeref:typename:void
77 printf("There ain't no-one around to trade WITH!!\n");
81 tradee = getinp("Which player do you wish to trade with? "
    [all...]

Completed in 20 milliseconds