HomeSort by: relevance | last modified time | path
    Searched refs:getinp (Results 1 - 9 of 9) sorted by relevancy

  /src/games/monop/
Makefile 7 SRCS= monop.c cards.c execute.c getinp.c houses.c jail.c misc.c \
spec.c 56 com_num = getinp("Do you wish to lose 10% of your total worth or "
morg.c 104 propnum = getinp("Which property do you want to mortgage? ",
172 propnum = getinp("Which property do you want to unmortgage? ",
225 (*func[(getinp("How are you going to fix it up? ", morg_coms))])();
getinp.c 1 /* $NetBSD: getinp.c,v 1.19 2012/06/19 05:35:32 dholland Exp $ */
35 static char sccsid[] = "@(#)getinp.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: getinp.c,v 1.19 2012/06/19 05:35:32 dholland Exp $");
54 getinp(const char *prompt, const char *const lst []) function in typeref:typename:int
misc.c 60 if ((com=getinp(prompt, yncoms)) < 2)
280 while ((pl = getinp("Whose holdings do you want to see? ", name_list))
trade.c 81 tradee = getinp("Which player do you wish to trade with? ",
123 propnum=getinp("Which property do you wish to trade? ",
272 new_own = getinp("Who do you wish to resign to? ",
monop.h 164 /* getinp.c */
165 int getinp(const char *, const char *const []);
houses.c 105 if ((p = getinp(
254 if ((p = getinp(
monop.c 249 execute(getinp("-- Command: ", comlist));

Completed in 16 milliseconds