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

  /src/games/cribbage/
instr.c 59 instructions(void) function in typeref:typename:void
  /src/games/fish/
fish.c 88 static void instructions(void);
113 instructions();
433 instructions(void) function in typeref:typename:void
441 (void)printf("Would you like instructions (y or n)? ");
  /src/games/wump/
wump.c 123 static void instructions(void);
221 instructions();
744 instructions(void) function in typeref:typename:void
752 * read the instructions file, if needed, and show the user how to
755 if (!getans("Instructions? (y-n) "))
  /src/usr.sbin/gspa/gspa/
gsp_inst.c 114 struct inst instructions[] = { variable in typeref:struct:inst[]
281 for( ip = instructions; ip->opname != NULL; ++ip )

Completed in 13 milliseconds