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

  /src/games/sail/
globals.c 568 bool randomize; /* -x, give first available ship */ variable
  /src/usr.bin/jot/
jot.c 72 static int randomize; variable
94 if (randomize) {
167 randomize = 1;
235 if (randomize) {
  /src/games/fortune/strfile/
strfile.c 88 * r - randomize the order of the strings
120 static int Rflag = 0; /* randomize order flag */
139 static void randomize(void);
227 randomize();
288 case 'r': /* randomize pointers */
429 * randomize:
430 * Randomize the order of the string table. We must be careful
431 * not to randomize across delimiter boundaries. All
435 randomize(void) function
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 1441 randomize(int *pnitems) function
1477 order = randomize(&nitems);
1496 order = randomize(&nitems);

Completed in 16 milliseconds