Home
last modified time | relevance | path

Searched refs:getcodpar (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/games/trek/
Dgetpar.c110 r = getcodpar(s, Yntab); in getynpar()
120 getcodpar(const char *s, const struct cvntab tab[]) in getcodpar() function
Dgetpar.h50 const struct cvntab *getcodpar(const char *, const struct cvntab[]);
Dplay.c108 r = getcodpar("\nCommand", Comtab); in play()
Dshield.c110 r = getcodpar("Up or down", Udtab); in shield()
Dsetup.c93 r = getcodpar("What length game", Lentab); in setup()
102 r = getcodpar("What skill game", Skitab); in setup()
Dcomputer.c127 r = getcodpar("\nRequest", Cputab); in computer()
Dphaser.c145 ptr = getcodpar("Manual or automatic", Matab); in phaser()