Home
last modified time | relevance | path

Searched refs:warn_mask (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.h1316 void do_mt_audchan_error(int warn_mask);
1318 void do_mt_no_jack_error(int warn_mask);
H A Ddialogs.c3606 LIVES_GLOBAL_INLINE void do_mt_audchan_error(int warn_mask) { in do_mt_audchan_error() argument
3610 warn_mask); in do_mt_audchan_error()
3619 LIVES_GLOBAL_INLINE void do_mt_no_jack_error(int warn_mask) { in do_mt_no_jack_error() argument
3623 warn_mask); in do_mt_no_jack_error()
H A Dpreferences.c1573 uint64_t warn_mask; in apply_prefs() local
1698 warn_mask = !warn_fps * WARN_MASK_FPS + !warn_save_set * WARN_MASK_SAVE_SET in apply_prefs()
1715 if (warn_mask != prefs->warning_mask) { in apply_prefs()
1716 prefs->warning_mask = warn_mask; in apply_prefs()