Home
last modified time | relevance | path

Searched refs:set_with_tooltips (Results 1 – 4 of 4) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dsnd-prefs.c3204 static void revert_with_tooltips(prefs_info *prf) {set_with_tooltips(rts_with_tooltips);} in revert_with_tooltips()
3205 static void clear_with_tooltips(prefs_info *prf) {set_with_tooltips(DEFAULT_WITH_TOOLTIPS);} in clear_with_tooltips()
3208 static void toggle_with_tooltips(prefs_info *prf) {set_with_tooltips(GET_TOGGLE(prf->toggle));} in toggle_with_tooltips()
H A Dsnd-file.c3454 void set_with_tooltips(bool val) in set_with_tooltips() function
3463 set_with_tooltips(Xen_boolean_to_C_bool(val)); in g_set_with_tooltips()
H A Dsnd-1.h1555 void set_with_tooltips(bool val);
H A Dsnd-test.rb35427 check_error_tag(:wrong_type_arg) do set_with_tooltips(123) end