Home
last modified time | relevance | path

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

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Ddocument.h147 void document_stop(Document *d, gboolean do_return);
H A Dmainwindow.c474 if (speed_reset) document_stop(w->doc,FALSE); in do_play()
588 document_stop(w->doc,w->bouncemode); in mainwindow_keypress()
641 document_stop(w->doc,FALSE); in mainwindow_keypress()
1288 document_stop(w->doc, w->bouncemode); in edit_stop()
H A Ddocument.c364 void document_stop(Document *d, gboolean do_return) in document_stop() function