Lines Matching refs:fill
129 static int fill; /* controls spacing of notes */ variable
177 fill = NORMAL; in playinit()
205 - (whole * (FILLTIME - fill)) / (value * FILLTIME); in playtone()
206 silence = whole * (FILLTIME-fill) * snum / (FILLTIME * value * sdenom); in playtone()
214 if (fill != LEGATO) in playtone()
292 oldfill = fill; in playstring()
294 fill = LEGATO; in playstring()
302 fill = oldfill; in playstring()
336 oldfill = fill; in playstring()
338 fill = LEGATO; in playstring()
343 fill = oldfill; in playstring()
370 fill = NORMAL; in playstring()
374 fill = LEGATO; in playstring()
378 fill = STACCATO; in playstring()