Home
last modified time | relevance | path

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

/dports/audio/aqualung/aqualung-1.0/src/
H A Dplaylist.h190 #define PL_UNSET_FLAG(plist, flag) (plist->flags &= ~flag) macro
H A Dplaylist.c536 PL_UNSET_FLAG(data, PL_FLAG_ACTIVE); in playlist_set_inactive()