Home
last modified time | relevance | path

Searched refs:set_with_gl (Results 1 – 6 of 6) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dsnd-nogui1.h43 void set_with_gl(bool val, bool dpys);
H A Dsnd-x1.h51 void set_with_gl(bool val, bool with_dialogs);
H A Dsnd-nogui.c39 void set_with_gl(bool val, bool dpys) {}
H A Dsnd-chn.c3165 if (old_with_gl) set_with_gl(false, false); /* needed to fixup spectro angles/scales etc */
3275 if (old_with_gl) set_with_gl(true, false);
9490 set_with_gl(Xen_boolean_to_C_bool(val), true);
H A Dsnd-test.rb31425 set_with_gl(false)
H A Dsnd-motif.c1711 void set_with_gl(bool val, bool with_dialogs) in set_with_gl() function