Lines Matching full:rest
42 * also a rest() entry point to do pauses.
54 static void rest(int centisecs);
95 * Rest for given number of centisecs
98 rest(int centisecs) in rest() function
104 * This is so other processes can execute while the rest is being in rest()
108 (void) printf("rest: %d\n", centisecs); in rest()
120 * Requires tone(), rest(), and endtone(). String play is not interruptible
202 rest(whole * snum / (value * sdenom)); in playtone()
209 (void) printf("playtone: pitch %d for %d ticks, rest for %d ticks\n", in playtone()
215 rest(silence); in playtone()
390 * endtone(), and rest() functions defined above.
469 rest(tp->duration); in spkrioctl()
487 rest(ttp.duration); in spkrioctl()