OCTAVE_NOTES      170 dev/isa/spkr.c #define NOCTAVES (sizeof(pitchtab) / sizeof(pitchtab[0]) / OCTAVE_NOTES)
OCTAVE_NOTES      222 dev/isa/spkr.c 	int pitch, lastpitch = OCTAVE_NOTES * DFLT_OCTAVE;
OCTAVE_NOTES      249 dev/isa/spkr.c 			pitch = notetab[c - 'A'] + octave * OCTAVE_NOTES;
OCTAVE_NOTES      270 dev/isa/spkr.c 				    abs(pitch + OCTAVE_NOTES - lastpitch)) {
OCTAVE_NOTES      272 dev/isa/spkr.c 					pitch += OCTAVE_NOTES;
OCTAVE_NOTES      276 dev/isa/spkr.c 				    abs(pitch - OCTAVE_NOTES - lastpitch)) {
OCTAVE_NOTES      278 dev/isa/spkr.c 					pitch -= OCTAVE_NOTES;