Searched refs:efx (Results 1 – 1 of 1) sorted by relevance
863 list_elem_t *efx = l->effects; in updateNumEffects() local864 while (efx) { in updateNumEffects()866 efx = efx->next; in updateNumEffects()888 list_elem_t *efx = l->effects; in findEffect() local889 while (efx) { in findEffect()890 d = (effect_descriptor_t *)efx->object; in findEffect()899 efx = efx->next; in findEffect()993 list_elem_t *efx = l->effects; in EffectDumpEffects() local995 if (!efx) { in EffectDumpEffects()998 while (efx) { in EffectDumpEffects()[all …]