HomeSort by: relevance | last modified time | path
    Searched defs:shoot (Results 1 - 2 of 2) sorted by relevancy

  /src/games/battlestar/
command3.c 211 shoot(void) function in typeref:typename:int
359 puts("Shoot what?");
363 printf("You can't shoot the %s.\n",
  /src/games/wump/
wump.c 133 static int shoot(char *);
238 (void)printf("Move or shoot? (m-s) ");
298 case 's': /* shoot */
299 return(shoot(answer + 1));
406 shoot(char *room_list) function in typeref:typename:int
503 /* each time you shoot, it's more likely the wumpus moves */

Completed in 84 milliseconds