lastpitch         222 dev/isa/spkr.c 	int pitch, lastpitch = OCTAVE_NOTES * DFLT_OCTAVE;
lastpitch         269 dev/isa/spkr.c 				if (abs(pitch - lastpitch) >
lastpitch         270 dev/isa/spkr.c 				    abs(pitch + OCTAVE_NOTES - lastpitch)) {
lastpitch         275 dev/isa/spkr.c 				if (abs(pitch - lastpitch) >
lastpitch         276 dev/isa/spkr.c 				    abs(pitch - OCTAVE_NOTES - lastpitch)) {
lastpitch         282 dev/isa/spkr.c 			lastpitch = pitch;