Home | History | Annotate | Download | only in dev

Lines Matching defs:timeval

246 		int sustain, timeval, tempo;
303 GETNUM(cp, timeval);
304 if (timeval <= 0 || timeval > MIN_VALUE)
305 timeval = sc->sc_value;
314 playtone(sc, pitch, timeval, sustain);
369 GETNUM(cp, timeval);
370 if (timeval <= 0 || timeval > MIN_VALUE)
371 timeval = sc->sc_value;
376 playtone(sc, -1, timeval, sustain);