Searched refs:wpm (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/games/morse/
H A Dmorse.c278 static int wpm = 20; /* effective words per minute */ variable
338 wpm = atoi(optarg);
354 cpm = wpm;
355 if ((pflag || device) && ((wpm < 1) || (wpm > 60) || (cpm < 1) || (cpm > 60))) {
395 dot_clock = wpm / 2.4; /* dots/sec */

Completed in 126 milliseconds