Home
last modified time | relevance | path

Searched refs:getstrpar (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/games/trek/
H A Dgetpar.h51 void getstrpar(const char *, char *, int, const char *);
H A Ddestruct.c90 getstrpar("Enter password verification", checkpass, 14, 0); in destruct()
H A Dsetup.c105 getstrpar("Enter a password", Game.passwd, 14, 0); in setup()
107 getstrpar("Enter tournament code", Game.passwd, 14, 0); in setup()
H A Dgetpar.c192 getstrpar(const char *s, char *r, int l, const char *t) in getstrpar() function