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

  /src/games/trek/
getpar.h 36 /* used for getcodpar() parameter list */
50 const struct cvntab *getcodpar(const char *, const struct cvntab[]);
play.c 108 r = getcodpar("\nCommand", Comtab);
shield.c 110 r = getcodpar("Up or down", Udtab);
getpar.c 110 r = getcodpar(s, Yntab);
120 getcodpar(const char *s, const struct cvntab tab[]) function in typeref:typename:const struct cvntab *
setup.c 93 r = getcodpar("What length game", Lentab);
102 r = getcodpar("What skill game", Skitab);
computer.c 127 r = getcodpar("\nRequest", Cputab);
phaser.c 145 ptr = getcodpar("Manual or automatic", Matab);

Completed in 16 milliseconds