Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/shellexec/
H A Dshellexec.c214 action->parent.flags |= DB_ACTION_DISABLED; in shx_get_plugin_actions()
217 action->parent.flags &= ~DB_ACTION_DISABLED; in shx_get_plugin_actions()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/lastfm/
H A Dlastfm.c881 lookup_action.flags |= DB_ACTION_DISABLED; in lfm_get_actions()
885 lookup_action.flags &= ~DB_ACTION_DISABLED; in lfm_get_actions()
/dports/audio/deadbeef-waveform-seekbar-plugin/ddb_waveform_seekbar-0402f6d/
H A Dwaveform.c1550 lookup_action.flags |= DB_ACTION_DISABLED; in waveform_get_actions()
1554 lookup_action.flags &= ~DB_ACTION_DISABLED; in waveform_get_actions()
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Ddeadbeef.h1222 DB_ACTION_DISABLED = 1 << 4, enumerator
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dplcommon.c906 (action->flags & DB_ACTION_DISABLED)) { in list_context_menu()