Home
last modified time | relevance | path

Searched refs:allch (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/mdocml/mandoc-1.14.5/regress/mdoc/Rs/
H A Dallch.out_lint1 mandoc: allch.in:15:1: WARNING: invalid content in Rs block: text
2 mandoc: allch.in:20:2: WARNING: invalid content in Rs block: Em
3 mandoc: allch.in:21:1: WARNING: invalid content in Rs block: text
4 mandoc: allch.in:36:1: WARNING: invalid content in Rs block: text
5 mandoc: allch.in:37:2: WARNING: invalid content in Rs block: Em
6 mandoc: allch.in:42:1: WARNING: invalid content in Rs block: text
H A DMakefile3 REGRESS_TARGETS = allch args break empty paragraph three_authors
4 UTF8_TARGETS = allch break empty three_authors
5 LINT_TARGETS = allch args empty
H A Dallch.out_markdown5 **Rs-allch** - reference block using all supported child macros
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Dconfmport.cpp144 int allch = (1 << MusECore::MUSE_MIDI_CHANNELS) - 1; in changeDefInputRoutes() local
182 if(defch == -1 || defch == allch) in changeDefInputRoutes()
211 chbits = (defch == -1 || defch == allch) ? 0 : allch; in changeDefInputRoutes()
253 int allch = (1 << MusECore::MUSE_MIDI_CHANNELS) - 1; in changeDefOutputRoutes() local
320 if(defch == -1 || defch == allch) in changeDefOutputRoutes()
385 chbits = (defch == -1 || defch == allch) ? 0 : allch; in changeDefOutputRoutes()
797 const int allch = (1 << MusECore::MUSE_MIDI_CHANNELS) - 1; in rbClicked() local
807 if(i_chbits == -1 || i_chbits == allch) in rbClicked()
822 if(o_chbits == -1 || o_chbits == allch) in rbClicked()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dtrack.cpp1745 const int allch = (1 << MusECore::MUSE_MIDI_CHANNELS) - 1; in setInPortAndChannelMask() local
1747 if(chanmask == allch) in setInPortAndChannelMask()