Lines Matching defs:answer
113 static char answer[20]; /* user input */
240 if (!fgets(answer, sizeof(answer), stdin)) {
293 switch (*answer) {
296 return(move_to(answer + 1));
299 return(shoot(answer + 1));
347 if (!fgets(answer, sizeof(answer), stdin))
349 next_room = atoi(answer);
685 "I don't understand your answer; please enter 'y' or 'n'!\n");