Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dardour_ui_keys.cc330 case 1: transport_rewind(); break; in transport_numpad_event()
H A Dardour_ui_ed.cc368 …(transport_actions, X_("Rewind"), _("Rewind"), sigc::mem_fun(*this, &ARDOUR_UI::transport_rewind)); in install_actions()
371 …actions, X_("RewindSlow"), _("Rewind (Slow)"), sigc::mem_fun(*this, &ARDOUR_UI::transport_rewind)); in install_actions()
374 …actions, X_("RewindFast"), _("Rewind (Fast)"), sigc::mem_fun(*this, &ARDOUR_UI::transport_rewind)); in install_actions()
H A Dardour_ui.h676 void transport_rewind ();
H A Dardour_ui.cc2093 ARDOUR_UI::transport_rewind () in transport_rewind() function in ARDOUR_UI
/dports/devel/fossil/fossil-src-2.17/src/
H A Dhttp_transport.c304 void transport_rewind(UrlData *pUrlData){ in transport_rewind() function
H A Dhttp.c469 transport_rewind(&g.url); in http_exchange()