Searched refs:getnum_withbrace (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/games/monop/ |
H A D | execute.c | 74 static int getnum_withbrace(const char *what, char *txt, int min, int max, 557 if (getnum_withbrace("player", txt, 0, num_play-1, in restore_toplevel_attr() 563 if (getnum_withbrace("deck", txt, 0, 1, in restore_toplevel_attr() 569 if (getnum_withbrace("square", txt, 0, N_SQRS-1, in restore_toplevel_attr() 741 getnum_withbrace(const char *what, char *txt, int min, int max, int *ret) in getnum_withbrace() function
|