Home
last modified time | relevance | path

Searched refs:randomize (Results 1 – 5 of 5) sorted by relevance

/original-bsd/usr.bin/jot/
H A Djot.c42 int randomize; variable
70 if (randomize) {
97 randomize = 1;
202 if (randomize) {
226 s = (randomize ? time(0) : STEP_DEF);
230 if (randomize)
238 s = (randomize ? time(0) : STEP_DEF);
242 if (randomize)
249 if (randomize)
261 if (!randomize && s != 0.0) {
/original-bsd/games/sail/
H A Dmain.c52 randomize;
H A Dpl_main.c111 if (randomize) { in initialize()
H A Dextern.h25 char randomize; /* -x, give first available ship */ variable
/original-bsd/games/fortune/strfile/
H A Dstrfile.c192 randomize();
408 randomize() in randomize() function