Home
last modified time | relevance | path

Searched refs:whatpersisted (Results 1 – 1 of 1) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dmeasure.c667 gint whatpersisted[7]; in showwhichaccidentals() local
685 memcpy (whatpersisted, initialaccs, SEVENGINTS); in showwhichaccidentals()
703 if (thetone->enshift != whatpersisted[otn]) in showwhichaccidentals()
706 whatpersisted[otn] = thetone->enshift; in showwhichaccidentals()
713 whatpersisted[otn] = CONTRADICTED; in showwhichaccidentals()
745 memcpy (whatpersisted, ret, SEVENGINTS); in showwhichaccidentals()