Searched refs:wpm (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/usr.bin/morse/
H A Dmorse.c281 static int wpm = 20; /* effective words per minute */ variable
347 wpm = atoi(optarg);
360 cpm = wpm;
362 if ((pflag || device) && ((wpm < 1) || (wpm > 60) || (cpm < 1) || (cpm > 60))) {
398 dot_clock = wpm / 2.4; /* dots/sec */

Completed in 175 milliseconds