Searched refs:getstrpar (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/games/trek/ |
H A D | getpar.h | 51 void getstrpar(const char *, char *, int, const char *);
|
H A D | destruct.c | 90 getstrpar("Enter password verification", checkpass, 14, 0); in destruct()
|
H A D | setup.c | 105 getstrpar("Enter a password", Game.passwd, 14, 0); in setup() 107 getstrpar("Enter tournament code", Game.passwd, 14, 0); in setup()
|
H A D | getpar.c | 192 getstrpar(const char *s, char *r, int l, const char *t) in getstrpar() function
|