Home
last modified time | relevance | path

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

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Ddocument.c32 Document *playing_document = NULL; variable
301 Document *d = playing_document; in cursor_cb()
302 if (playing_document != NULL) { in cursor_cb()
303 if (!is_running) playing_document=NULL; in cursor_cb()
333 g_assert(playing_document == NULL); in document_play()
337 playing_document = d; in document_play()
340 playing_document = NULL; in document_play()
368 if (d != playing_document) return; in document_stop()
371 g_assert(playing_document == NULL); in document_stop()
431 playing_document == d) in document_update()
[all …]
H A Ddocument.h115 extern Document *playing_document;
H A Dmainwindow.c234 (playing_document==w->doc),w->doc->viewstart, in update_desc()
442 if (playing_document == w->doc) player_stop(); in mainwindow_delete_event()
472 !(player_playing() && playing_document == w->doc)) in do_play()
532 if (playing_document == w->doc) in mainwindow_keypress()
542 if (playing_document == w->doc) in mainwindow_keypress()
587 else if (playing_document == w->doc) in mainwindow_keypress()
595 if (playing_document==w->doc && w->doc->followmode) in mainwindow_keypress()
603 if (playing_document==w->doc && w->doc->followmode) in mainwindow_keypress()
837 if (playing_document == w->doc) player_stop(); in file_close()
1282 if (playing_document == NULL) { in edit_stop()
[all …]
H A Dmain.c274 if (playing_document != NULL) { in main()
275 gtk_object_unref(GTK_OBJECT(playing_document)); in main()
276 playing_document = NULL; in main()