Home
last modified time | relevance | path

Searched refs:CANCEL_KEEP (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects.c319 if (mainw->cancelled != CANCEL_KEEP) { in do_effect()
H A Dmain.h734 CANCEL_KEEP, enumerator
H A Djack.c1268 …if (mainw->rec_samples == 0 && mainw->cancelled == CANCEL_NONE) mainw->cancelled = CANCEL_KEEP; //… in audio_read()
H A Dpulse.c1429 mainw->cancelled = CANCEL_KEEP; // we wrote the required #
H A Dcallbacks.c1369 mainw->cancelled = CANCEL_KEEP;
1375 mainw->cancelled = CANCEL_KEEP;
7777 mainw->cancelled = CANCEL_KEEP;
7815 } else mainw->cancelled = CANCEL_KEEP;
H A Dmain.c9222 mainw->cancelled = CANCEL_KEEP;
9267 mainw->cancelled = CANCEL_KEEP;
H A Dsaveplay.c270 if (mainw->cancelled == CANCEL_KEEP) { in rip_audio_cancelled()
H A Devents.c4497 && mainw->cancelled != CANCEL_KEEP) || mainw->error || in start_render_effect_events()
H A Dinterface.c745 if (LIVES_POINTER_TO_INT(user_data) == 1) mainw->cancelled = CANCEL_KEEP; in on_dth_cancel_clicked()