Home
last modified time | relevance | path

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

/dflybsd-src/games/random/
H A Drandom.c57 int ch, fd, random_exit, randomize_lines, random_type, ret, in main() local
64 random_type = RANDOM_TYPE_UNSET; in main()
65 random_exit = randomize_lines = random_type = unbuffer_output = 0; in main()
79 random_type = RANDOM_TYPE_LINES; in main()
94 random_type = RANDOM_TYPE_WORDS; in main()
140 ret = randomize_fd(fd, random_type, unique_output, denom); in main()